ZegoEffectsBeautyParam class

Beauty configuration param.

Configure the whiten, rosy, smooth, and sharpen parameters for beauty.

Constructors

ZegoEffectsBeautyParam(int whitenIntensity, int rosyIntensity, int smoothIntensity, int sharpenIntensity)
ZegoEffectsBeautyParam.defaultParam()
Create a default beauty parameter object

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
rosyIntensity ↔ int
the rosy intensity parameter, value range 0,100, and the default is 50.
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
sharpenIntensity ↔ int
the sharpen intensity parameter, value range 0,100, and the default is 50.
read / write
smoothIntensity ↔ int
the smooth intensity parameter, value range 0,100, and the default is 50.
read / write
whitenIntensity ↔ int
The whiten intensity parameter, the value range is 0,100, and the default is 50.
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