Agora Java API Reference for Android
|
#include <AgoraBase.h>
Public Types | |
enum | LIGHTENING_CONTRAST_LEVEL { LIGHTENING_CONTRAST_LOW = 0, LIGHTENING_CONTRAST_NORMAL = 1, LIGHTENING_CONTRAST_HIGH = 2 } |
Public Member Functions | |
BeautyOptions (LIGHTENING_CONTRAST_LEVEL contrastLevel, float lightening, float smoothness, float redness, float sharpness) | |
Public Attributes | |
LIGHTENING_CONTRAST_LEVEL | lighteningContrastLevel |
float | lighteningLevel |
float | smoothnessLevel |
float | rednessLevel |
float | sharpnessLevel |
Beauty options.
LIGHTENING_CONTRAST_LEVEL agora::rtc::BeautyOptions::lighteningContrastLevel |
The contrast level, used with the lightening
parameter.
float agora::rtc::BeautyOptions::lighteningLevel |
The brightness level. The value ranges from 0.0 (original) to 1.0.
float agora::rtc::BeautyOptions::smoothnessLevel |
The smoothness level. The value ranges between 0 (original) and 1. This parameter is usually used to remove blemishes.
float agora::rtc::BeautyOptions::rednessLevel |
The redness level. The value ranges between 0 (original) and 1. This parameter adjusts the red saturation level.
float agora::rtc::BeautyOptions::sharpnessLevel |
The sharpness level. The value ranges between 0 (original) and 1.