Bloom

IntermediateArtist

The bloom effect takes the brightest areas of an image, extends them, and bleeds them into the surrounding areas to simulate bright light overwhelming the camera.

media/bloom-1.png

It uses the result of the bright filter effect as input.

Properties

media/bloom-2.png

PropertyDescription
RadiusRadius of the bloom. Note that high values can affect performance.
AmountAmount/strength of bloom.
Sigma RatioThis affects the fall-off of the bloom. It's the standard deviation (sigma) used in the Gaussian blur formula when calculating the kernel of the bloom.
DistortionStretches the image horizontally or vertically.
AfterimageSimulates afterimage (Wikipedia) — the effect of bright spots "burning" into the retina the longer you look at them, before fading away.media/bloom-3.png
Fade Out SpeedThe factor by which the afterimage (if enabled) decreases at each frame (1 means infinite persistence, while 0 means no persistence at all)
SensitivityHow sensitive the afterimage (if enabled) is to light. The higher this value is, the faster the effect is created when the camera focuses on a light.
Expanded filteringReverses FXAA and bloom, and uses a richer convolution kernel during blurring. This helps reduce temporal shimmering.

See also