ZegoEffectsBeautyParam class

美颜配置参数

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

Constructors

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

Properties

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