Package im.zego.zegoexpress.entity
Class ZegoColorEnhancementParams
- java.lang.Object
-
- im.zego.zegoexpress.entity.ZegoColorEnhancementParams
-
public class ZegoColorEnhancementParams extends java.lang.Object
Color enhancement params.
-
-
Field Summary
Fields Modifier and Type Field Description float
intensity
Description: color enhancement intensity.float
lipColorProtectionLevel
Description: Lip color protection level.float
skinToneProtectionLevel
Description: Skin tone protection level.
-
Constructor Summary
Constructors Constructor Description ZegoColorEnhancementParams()
-
-
-
Field Detail
-
intensity
public float intensity
Description: color enhancement intensity. Value range: [0,1], the larger the value, the stronger the intensity of color enhancement. Default value: 0.
-
skinToneProtectionLevel
public float skinToneProtectionLevel
Description: Skin tone protection level. Value range: [0,1], the larger the value, the greater the level of skin protection. Default value: 1.
-
lipColorProtectionLevel
public float lipColorProtectionLevel
Description: Lip color protection level. Value range: [0,1], the larger the value, the greater the level of lip color protection. Default value: 0.
-
-