ZegoEffectsBeautyParam constructor

ZegoEffectsBeautyParam(
  1. int whitenIntensity,
  2. int rosyIntensity,
  3. int smoothIntensity,
  4. int sharpenIntensity
)

Implementation

ZegoEffectsBeautyParam(this.whitenIntensity, this.rosyIntensity,
    this.smoothIntensity, this.sharpenIntensity);