IsolationRendererOptions
This content is not available in your language yet.
Defined in: packages/core/src/bg-render/isolation/index.ts:29
Isolation 渲染器的可调选项。
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
dithering |
boolean |
是否启用屏幕空间抖动,默认 true。 |
packages/core/src/bg-render/isolation/index.ts:33 |
lightWave |
boolean |
是否启用 lightwave 明度调制,默认 false。 |
packages/core/src/bg-render/isolation/index.ts:31 |
paletteAlgorithm |
PaletteAlgorithm |
取色算法,默认 "auto"。 |
packages/core/src/bg-render/isolation/index.ts:35 |