ZegoBeautifyOption constructor

ZegoBeautifyOption(
  1. double polishStep,
  2. double whitenFactor,
  3. double sharpenFactor
)

Implementation

ZegoBeautifyOption(this.polishStep, this.whitenFactor, this.sharpenFactor);