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.
no setterinherited
intensity ↔ double
Description: color enhancement intensity. Value range: 0,1, the larger the value, the stronger the intensity of color enhancement. Default value: 0.
getter/setter pair
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.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
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.
getter/setter pair

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