Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
    • Constructor Detail

      • ZegoEffectsBeautyParam

        public ZegoEffectsBeautyParam()