ZegoColorEnhancementParams class
色彩增强参数。
Constructors
- ZegoColorEnhancementParams(double intensity, double skinToneProtectionLevel, double lipColorProtectionLevel)
- ZegoColorEnhancementParams.defaultParam()
- 默认构造一个色彩增强参数对象。
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- intensity ↔ double
-
详情描述:色彩增强的强度。取值范围:
0,1
,取值越大,色彩增强的强度越大。默认值:0。getter/setter pair - lipColorProtectionLevel ↔ double
-
详情描述:唇色保护程度。取值范围:
0,1
,取值越大,唇色保护程度越大。默认值:0。getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skinToneProtectionLevel ↔ double
-
详情描述:肤色保护程度。取值范围:
0,1
,取值越大,肤色保护程度越大。默认值: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