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.
no setterinherited
polishStep ↔ double
The sample step size of beauty peeling, the value range is 0,1, default 0.2
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sharpenFactor ↔ double
Beauty sharpening parameter, the larger the value, the stronger the sharpening, value range 0,1, default 0.1
getter/setter pair
whitenFactor ↔ double
Brightness parameter for beauty and whitening, the larger the value, the brighter the brightness, ranging from 0,1, default 0.5
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