ZegoColorEnhancementParams constructor

ZegoColorEnhancementParams(
  1. double intensity,
  2. double skinToneProtectionLevel,
  3. double lipColorProtectionLevel
)

Implementation

ZegoColorEnhancementParams(this.intensity, this.skinToneProtectionLevel,
    this.lipColorProtectionLevel);