Interface VignetteSettingsItem Beta

The configuration values for the post-process Vignette effect.

Hierarchy

  • VignetteSettings

Properties

active: boolean

Sets the center of the Vignette effect. It is represented in a coordinate system where the bottom left of the screen is (0, 0) and the top right is (1, 1). To set the center of the screen as the center of the effect, please set it to (0.5, 0.5).

Sets the color for the Vignette effect.

Sets the intensity of the Vignette effect. Values between 0 and 1 can be set. If a value less than 0 is set, 0 will be applied. If a value greater than 1 is set, 1 will be applied.

Sets whether Vignette effect is rounded.

Sets the roundness of the Vignette effect. Values between 0 and 1 can be set. If a value less than 0 is set, 0 will be applied. If a value greater than 1 is set, 1 will be applied.

Sets the smoothness of the Vignette effect. Values between 0.01 and 1 can be set. If a value less than 0.01 is set, 0.01 will be applied. If a value greater than 1 is set, 1 will be applied.

Generated using TypeDoc