Class ZegoColorEnhancementParams


  • public class ZegoColorEnhancementParams
    extends java.lang.Object
    色彩增强参数 用于在开启色彩增强时,配置参数。
    • Field Summary

      Fields 
      Modifier and Type Field Description
      float intensity
      详情描述:色彩增强的强度。取值范围:[0,1],取值越大,色彩增强的强度越大。默认值:0。
      float lipColorProtectionLevel
      详情描述:唇色保护程度。取值范围:[0,1],取值越大,唇色保护程度越大。默认值:0。
      float skinToneProtectionLevel
      详情描述:肤色保护程度。取值范围:[0,1],取值越大,肤色保护程度越大。默认值:1。
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • intensity

        public float intensity
        详情描述:色彩增强的强度。取值范围:[0,1],取值越大,色彩增强的强度越大。默认值:0。
      • skinToneProtectionLevel

        public float skinToneProtectionLevel
        详情描述:肤色保护程度。取值范围:[0,1],取值越大,肤色保护程度越大。默认值:1。
      • lipColorProtectionLevel

        public float lipColorProtectionLevel
        详情描述:唇色保护程度。取值范围:[0,1],取值越大,唇色保护程度越大。默认值:0。
    • Constructor Detail

      • ZegoColorEnhancementParams

        public ZegoColorEnhancementParams()