ZegoBeautifyOption

Beauty configuration options.

Declared in ZegoExpressDefines.h

Includes

Property Lists

  • polishStep - The sample step size of beauty peeling, the value range is [0,1], default 0.2.
  • whitenFactor - Brightness parameter for beauty and whitening, the larger the value, the brighter the brightness, ranging from [0,1], default 0.5.
  • sharpenFactor - Beauty sharpening parameter, the larger the value, the stronger the sharpening, value range [0,1], default 0.1.

Public-Static-Func Lists

Property Docs

polishStep

The sample step size of beauty peeling, the value range is [0,1], default 0.2.

whitenFactor

Brightness parameter for beauty and whitening, the larger the value, the brighter the brightness, ranging from [0,1], default 0.5.

sharpenFactor

Beauty sharpening parameter, the larger the value, the stronger the sharpening, value range [0,1], default 0.1.

Public-Static-Func Docs

defaultConfig

+ (instancetype)defaultConfig:;

Create a default beauty parameter object.