BloomConfig Type
Configuration for Bloom post-process effect. Creates a soft glow around pixels that exceed the threshold brightness.
Record fields
| Record Field |
Description
|
Full Usage:
Intensity
Field type: float32
|
Overall brightness of the bloom effect. Higher values make the glow more visible. Typical values: 0.1f - 1.5f
|
Full Usage:
Scatter
Field type: float32
|
How far the bloom effect spreads from bright pixels. Higher values create wider, softer glow. Typical values: 0.5f - 1.0f
|
Full Usage:
Threshold
Field type: float32
|
Minimum brightness level for pixels to contribute to bloom. Pixels below this threshold are not blurred. Typical values: 0.8f - 1.2f (in linear HDR space)
|
Mibo