ZegoColorEnhancementParams class

Color enhancement params.

Constructors

ZegoColorEnhancementParams(double intensity, double skinToneProtectionLevel, double lipColorProtectionLevel)
ZegoColorEnhancementParams.defaultParam()
Constructs a color enhancement params object by default.

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
intensity ↔ double
Description: color enhancement intensity. Value range: 0,1, the larger the value, the stronger the intensity of color enhancement. Default value: 0.
read / write
lipColorProtectionLevel ↔ double
Description: Lip color protection level. Value range: 0,1, the larger the value, the greater the level of lip color protection. Default value: 0.
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
skinToneProtectionLevel ↔ double
Description: Skin tone protection level. Value range: 0,1, the larger the value, the greater the level of skin protection. Default value: 1.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited