|
Agora Java API Reference for Android
|
The color enhancement options. More...
Public Member Functions | |
| ColorEnhanceOptions (float strength, float skinProtect) | |
Public Attributes | |
| float | strengthLevel |
| float | skinProtectLevel |
The color enhancement options.
| float io.agora.rtc2.video.ColorEnhanceOptions.strengthLevel |
The level of color enhancement. The value range is [0.0, 1.0]. 0.0 is the default value, which means no color enhancement is applied to the video. The higher the value, the higher the level of color enhancement. The default value is 0.5.
| float io.agora.rtc2.video.ColorEnhanceOptions.skinProtectLevel |
The level of skin tone protection. The value range is [0.0, 1.0]. 0.0 means no skin tone protection. The higher the value, the higher the level of skin tone protection. The default value is 1.0.
strengthLevel and skinProtectLevel to get the most appropriate values.
1.8.18