ZegoEffectsChromaKeyParam class Null safety

Chroma key parameter configuration.

Constructors

ZegoEffectsChromaKeyParam()

Properties

borderSize int
Update the edge pixel sampling radius, the higher the value, the smoother the transition, but more resources and time are needed for processing.
read / write
keyColor int
Update the chroma key color, in BGR format.
read / write
opacity int
Update the opacity.
read / write
similarity double
Update the color similarity, the higher the value, the larger the replacement range.
read / write
smoothness double
Update the edge smoothness value, the higher the value, the smoother the edge, but more resources and time are needed for rendering.
read / write