ZegoEffectsBeautyParam class

美颜配置参数

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

Constructors

ZegoEffectsBeautyParam(int whitenIntensity, int rosyIntensity, int smoothIntensity, int sharpenIntensity)
ZegoEffectsBeautyParam.defaultParam()
创建默认美颜配置参数对象

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
rosyIntensity ↔ int
红润强度参数,取值范围0,100,默认 50。
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
sharpenIntensity ↔ int
锐化强度参数,取值范围0,100,默认 50。
read / write
smoothIntensity ↔ int
磨皮强度参数,取值范围0,100,默认 50。
read / write
whitenIntensity ↔ int
美白强度参数,取值范围0,100,默认 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