Package im.zego.zegoexpress.entity
Class ZegoEffectsBeautyParam
- java.lang.Object
-
- im.zego.zegoexpress.entity.ZegoEffectsBeautyParam
-
public class ZegoEffectsBeautyParam extends java.lang.Object
Beauty configuration param. Configure the whiten, rosy, smooth, and sharpen parameters for beauty.
-
-
Field Summary
Fields Modifier and Type Field Description int
rosyIntensity
the rosy intensity parameter, value range [0,100], and the default is 50.int
sharpenIntensity
the sharpen intensity parameter, value range [0,100], and the default is 50.int
smoothIntensity
the smooth intensity parameter, value range [0,100], and the default is 50.int
whitenIntensity
The whiten intensity parameter, the value range is [0,100], and the default is 50.
-
Constructor Summary
Constructors Constructor Description ZegoEffectsBeautyParam()
-
-
-
Field Detail
-
whitenIntensity
public int whitenIntensity
The whiten intensity parameter, the value range is [0,100], and the default is 50.
-
rosyIntensity
public int rosyIntensity
the rosy intensity parameter, value range [0,100], and the default is 50.
-
smoothIntensity
public int smoothIntensity
the smooth intensity parameter, value range [0,100], and the default is 50.
-
sharpenIntensity
public int sharpenIntensity
the sharpen intensity parameter, value range [0,100], and the default is 50.
-
-