Interface BloomSettingsItem Beta

The configuration values for the post-process Bloom effect.

Hierarchy

  • BloomSettings

Properties

active: boolean
anamorphicRatio: PostProcessFloatProperty

Sets the anamorphic ratio of the Bloom effect. Values between -1 and 1 can be set. If a value less than -1 is set, -1 will be applied.

Sets the clamp of the Bloom effect. Values greater than or equal to 0 can be set. If a value less than 0 is set, 0 will be applied.

Sets the color of the Bloom effect.

Sets the intensity of the Bloom effect. Values greater than or equal to 0 can be set. If a value less than 0 is set, 0 will be applied.

Sets the softness of the threshold for the Bloom 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 threshold of the Bloom effect. Values greater than or equal to 0 can be set. If a value less than 0 is set, 0 will be applied.

Generated using TypeDoc