ZegoColorEnhancementParams class

色彩增强参数。

Constructors

ZegoColorEnhancementParams(double intensity, double skinToneProtectionLevel, double lipColorProtectionLevel)
ZegoColorEnhancementParams.defaultParam()
默认构造一个色彩增强参数对象。

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
intensity ↔ double
详情描述:色彩增强的强度。取值范围:0,1,取值越大,色彩增强的强度越大。默认值:0。
read / write
lipColorProtectionLevel ↔ double
详情描述:唇色保护程度。取值范围:0,1,取值越大,唇色保护程度越大。默认值:0。
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
skinToneProtectionLevel ↔ double
详情描述:肤色保护程度。取值范围:0,1,取值越大,肤色保护程度越大。默认值: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