ZegoBeautifyOption class

美颜配置选项

配置美颜的磨皮、美白、锐化参数

Constructors

ZegoBeautifyOption(double polishStep, double whitenFactor, double sharpenFactor)
ZegoBeautifyOption.defaultConfig()
创建默认美颜参数对象

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
polishStep ↔ double
美颜磨皮的采样步长,取值范围0,1,默认 0.2
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
sharpenFactor ↔ double
美颜锐化参数,值越大锐化越强,取值范围0,1,默认 0.1
read / write
whitenFactor ↔ double
美颜美白的亮度参数,值越大亮度越亮,取值范围0,1,默认 0.5
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