Package im.zego.zegoexpress.entity
Class ZegoBeautifyOption
- java.lang.Object
-
- im.zego.zegoexpress.entity.ZegoBeautifyOption
-
public class ZegoBeautifyOption extends java.lang.Object
Beauty configuration options. Configure the parameters of skin peeling, whitening and sharpening
-
-
Field Summary
Fields Modifier and Type Field Description double
polishStep
The sample step size of beauty peeling, the value range is [0,1], default 0.2double
sharpenFactor
Beauty sharpening parameter, the larger the value, the stronger the sharpening, value range [0,1], default 0.1double
whitenFactor
Brightness parameter for beauty and whitening, the larger the value, the brighter the brightness, ranging from [0,1], default 0.5
-
Constructor Summary
Constructors Constructor Description ZegoBeautifyOption()
-
-
-
Field Detail
-
polishStep
public double polishStep
The sample step size of beauty peeling, the value range is [0,1], default 0.2
-
whitenFactor
public double whitenFactor
Brightness parameter for beauty and whitening, the larger the value, the brighter the brightness, ranging from [0,1], default 0.5
-
sharpenFactor
public double sharpenFactor
Beauty sharpening parameter, the larger the value, the stronger the sharpening, value range [0,1], default 0.1
-
-