BloomEffect
Simulates the camera viewing a very bright light.
Memory category | Instances |
---|
Member index 3
Description
The BloomEffect simulates the camera viewing a very bright light. It causes brighter colors to glow, similar to applying the neon Material to everything, including the Sky. Multiple BloomEffect objects can be applied at once and they will compose their effects together.
Like other post-processing effects, BloomEffect will only work while Enabled and when parented to Lighting or Workspace.CurrentCamera. Also, it may render differently depending on your Studio settings (see the Quality Level settings in Rendering → Performance).
For more details on this effect and others, see Post-Processing Effects.
History 13
- 553 Change Default of Threshold from to 0.949999988
- 553 Change Default of Size from to 24
- 553 Change Default of Intensity from to 0.400000006
- 486 Change ThreadSafety of Threshold from ReadOnly to ReadSafe
- 486 Change ThreadSafety of Size from ReadOnly to ReadSafe
- 486 Change ThreadSafety of Intensity from ReadOnly to ReadSafe
- 462 Change ThreadSafety of Threshold from to ReadOnly
- 462 Change ThreadSafety of Size from to ReadOnly
- 462 Change ThreadSafety of Intensity from to ReadOnly
- 243 Add Threshold
- 243 Add Size
- 243 Add Intensity
- 243 Add BloomEffect
Members 3
Intensity
Type | Default | |
---|---|---|
float | 0.400000006 |
Intensity determines how intensely the colors that bloom (determined by the Threshold) will additively blend with themselves. Higher values will produce brighter colors.
Thread safety | ReadSafe |
---|---|
Category | State |
Loaded/Saved | true |
Size
Type | Default | |
---|---|---|
float | 24 |
Size determines the radius of the bloom effect in pixels in a similar manner to BlurEffect.Size. Larger values create a wider bloom effect, and a value of 0 will disable the bleed (but not the color adjustment).
Thread safety | ReadSafe |
---|---|
Category | State |
Loaded/Saved | true |
Threshold
Type | Default | |
---|---|---|
float | 0.949999988 |
Threshold determines how bright a color can be before it blooms. If set to 1, only pure white colors will bloom. If set to 0, all colors will bloom.
Thread safety | ReadSafe |
---|---|
Category | State |
Loaded/Saved | true |