ZegoBeautifyOption class
美颜配置选项
配置美颜的磨皮、美白、锐化参数
Constructors
- ZegoBeautifyOption(double polishStep, double whitenFactor, double sharpenFactor)
- ZegoBeautifyOption.defaultConfig()
- 创建默认美颜参数对象
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- polishStep ↔ double
-
美颜磨皮的采样步长,取值范围
0,1
,默认 0.2getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
美颜锐化参数,值越大锐化越强,取值范围
0,1
,默认 0.1getter/setter pair - whitenFactor ↔ double
-
美颜美白的亮度参数,值越大亮度越亮,取值范围
0,1
,默认 0.5getter/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