bloom
constbloom:EffectDefinition<BloomHandle,BloomOptions>
Defined in: effects/src/bloom.ts:28
Soft glow bloom from pixi-filters’ AdvancedBloomFilter. The configured
bloomScale becomes the “full” value at setIntensity(1) — so
fadeIn(ms) ramps from 0 to that value and fadeOut(ms) back to 0.
setBloomScale(...) rebases the full value while preserving the current
intensity ratio so an in-flight fade or rhythmic pulse keeps animating
against the new ceiling instead of snapping back to 1.