AgoraBeautyOptions Class Reference

Inherits from NSObject
Declared in AgoraObjects.h

Overview

The image enhancement options in setBeautyEffectOptions.

  lighteningContrastLevel

The contrast level, often used in conjunction with lighteningLevel. The higher the value, the greater the contrast level. See AgoraLighteningContrastLevel.

@property (nonatomic, assign) AgoraLighteningContrastLevel lighteningContrastLevel

Declared In

AgoraObjects.h

  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.

@property (nonatomic, assign) float lighteningLevel

Declared In

AgoraObjects.h

  smoothnessLevel

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

@property (nonatomic, assign) float smoothnessLevel

Declared In

AgoraObjects.h

  rednessLevel

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

@property (nonatomic, assign) float rednessLevel

Declared In

AgoraObjects.h

  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.

@property (nonatomic, assign) float sharpnessLevel

Availability

v3.6.0

Declared In

AgoraObjects.h