ZegoBeautifyOption class

Beauty configuration options.

Configure the parameters of skin peeling, whitening and sharpening

Constructors

ZegoBeautifyOption(double polishStep, double whitenFactor, double sharpenFactor)
ZegoBeautifyOption.defaultConfig()
Create a default beauty parameter object

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
polishStep ↔ double
The sample step size of beauty peeling, the value range is 0,1, default 0.2
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
sharpenFactor ↔ double
Beauty sharpening parameter, the larger the value, the stronger the sharpening, value range 0,1, default 0.1
read / write
whitenFactor ↔ double
Brightness parameter for beauty and whitening, the larger the value, the brighter the brightness, ranging from 0,1, default 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