ZegoEffectsChromaKeyParam class
抠像参数配置。
Constructors
Properties
- borderSize ↔ int
-
更新边缘像素采样半径,值越高表示过渡越平滑,但处理时需要更多资源和时间。
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyColor ↔ int
-
更新抠像颜色,格式为 BGR。
getter/setter pair
- opacity ↔ int
-
更新透明度。
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- similarity ↔ double
-
更新颜色相似度,值越高表示替换的范围越大。
getter/setter pair
- smoothness ↔ double
-
更新边缘平滑度值,值越高表示边缘越平滑,但渲染时需要更多资源和时间。
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited