ZegoBeautifyOption Class Reference

Inherits from NSObject
Declared in ZegoExpressDefines.h

Overview

Configure the parameters of skin peeling, whitening and sharpening

  polishStep

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

@property (nonatomic, assign) double polishStep

Declared In

ZegoExpressDefines.h

  whitenFactor

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

@property (nonatomic, assign) double whitenFactor

Declared In

ZegoExpressDefines.h

  sharpenFactor

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

@property (nonatomic, assign) double sharpenFactor

Declared In

ZegoExpressDefines.h

+ defaultConfig

ZegoBeautifyOption instance

+ (instancetype)defaultConfig

Return Value

ZegoBeautifyOption instance

Declared In

ZegoExpressDefines.h