Voice SDK v3.7.1 API Reference for Unity
Public Types | Public Attributes | List of all members
agora_gaming_rtc.BeautyOptions Struct Reference

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
 

Detailed Description

Image enhancement options.

Member Enumeration Documentation

◆ LIGHTENING_CONTRAST_LEVEL

The contrast level, used with the lightening parameter.

Enumerator
LIGHTENING_CONTRAST_LOW 

Low contrast level.

LIGHTENING_CONTRAST_NORMAL 

(Default) Normal contrast level.

LIGHTENING_CONTRAST_HIGH 

High contrast level.

Member Data Documentation

◆ lighteningContrastLevel

LIGHTENING_CONTRAST_LEVEL agora_gaming_rtc.BeautyOptions.lighteningContrastLevel

The contrast level, used with the lightening parameter.

◆ lighteningLevel

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.

◆ rednessLevel

float agora_gaming_rtc.BeautyOptions.rednessLevel

The redness level. The value ranges between 0 (original) and 1. This parameter adjusts the red saturation level.

◆ sharpnessLevel

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.

Since
v3.6.1.1

◆ smoothnessLevel

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.


The documentation for this struct was generated from the following file: