Agora RTC Objective-C API Reference  Refactor
Properties
AgoraBeautyOptions Class Reference

Inherits <NSObject>.

Properties

AgoraLighteningContrastLevel lighteningContrastLevel
 
float lighteningLevel
 
float smoothnessLevel
 
float rednessLevel
 
float sharpnessLevel
 

Property Documentation

◆ lighteningContrastLevel

- (AgoraLighteningContrastLevel) lighteningContrastLevel
readwritenonatomicassign

The contrast level, used with the lighteningLevel parameter. The larger the value, the greater the contrast between light and dark. See AgoraLighteningContrastLevel.

◆ lighteningLevel

- (float) lighteningLevel
readwritenonatomicassign

The brightening level, in the range [0.0,1.0], where 0.0 means the original brightening. The default value is 0.7. The higher the value, the greater the degree of brightening.

◆ smoothnessLevel

- (float) smoothnessLevel
readwritenonatomicassign

The smoothness level, in the range [0.0,1.0], where 0.0 means the original smoothness. The default value is 0.5. The greater the value, the greater the smoothness level.

◆ rednessLevel

- (float) rednessLevel
readwritenonatomicassign

The redness level, in the range [0.0,1.0], where 0.0 means the original redness. The default value is 0.1. The larger the value, the greater the redness level.

◆ sharpnessLevel

- (float) sharpnessLevel
readwritenonatomicassign

The sharpness level, in the range [0.0,1.0], where 0.0 means the original sharpness. The default value is 0.1. The larger the value, the greater the sharpness level.