Video SDK v3.7.1 API Reference for Unity
|
Public Types | |
enum class | LIGHTENING_CONTRAST_LEVEL { LIGHTENING_CONTRAST_LOW = 0 , LIGHTENING_CONTRAST_NORMAL , LIGHTENING_CONTRAST_HIGH } |
Public Attributes | |
LIGHTENING_CONTRAST_LEVEL | lighteningContrastLevel |
float | lighteningLevel |
float | smoothnessLevel |
float | rednessLevel |
float | sharpnessLevel |
Image enhancement options.
LIGHTENING_CONTRAST_LEVEL agora_gaming_rtc.BeautyOptions.lighteningContrastLevel |
The contrast level, used with the lightening
parameter.
float agora_gaming_rtc.BeautyOptions.lighteningLevel |
The brightening level, in the range [0.0,1.0], where 0.0 means the original brightening. The default value is 0.6. The higher the value, the greater the brightening level.
float agora_gaming_rtc.BeautyOptions.smoothnessLevel |
The sharpness level. The value ranges between 0 (original) and 1. This parameter is usually used to remove blemishes.
float agora_gaming_rtc.BeautyOptions.rednessLevel |
The redness level. The value ranges between 0 (original) and 1. This parameter adjusts the red saturation level.
float agora_gaming_rtc.BeautyOptions.sharpnessLevel |
The sharpness level, in the range [0.0,1.0], where 0.0 means the original sharpness. The default value is 0.3. The higher the value, the greater the sharpness level.