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.
no setterinherited
- rosyIntensity ↔ int
-
the rosy intensity parameter, value range
0,100
, and the default is 50.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
the sharpen intensity parameter, value range
0,100
, and the default is 50.getter/setter pair - smoothIntensity ↔ int
-
the smooth intensity parameter, value range
0,100
, and the default is 50.getter/setter pair - whitenIntensity ↔ int
-
The whiten intensity parameter, the value range is
0,100
, and the default is 50.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