@motion-script/core / BloomOptions
Interface: BloomOptions
Defined in: attributes/shape/effects/chain.ts:86
Bloom (glow). Scalar shorthand sets intensity.
Extends
Properties
intensity?
optionalintensity?:number
Defined in: attributes/shape/effects/chain.ts:88
Additive multiplier for the bloom pass (default 1).
mode?
optionalmode?:EffectMode
Defined in: attributes/shape/effects/effect-data.ts:83
Inherited from
EffectOptions.mode
radius?
optionalradius?:number
Defined in: attributes/shape/effects/chain.ts:92
Spread in pixels (default 12).
threshold?
optionalthreshold?:number
Defined in: attributes/shape/effects/chain.ts:90
0–1 luminance cutoff — only pixels brighter than this bloom (default 0.7).