MotionScript

@motion-script/core


@motion-script/core / BloomOptions

Interface: BloomOptions

Defined in: attributes/shape/effects/chain.ts:86

Bloom (glow). Scalar shorthand sets intensity.

Extends

Properties

intensity?

optional intensity?: number

Defined in: attributes/shape/effects/chain.ts:88

Additive multiplier for the bloom pass (default 1).


mode?

optional mode?: EffectMode

Defined in: attributes/shape/effects/effect-data.ts:83

Inherited from

EffectOptions.mode


radius?

optional radius?: number

Defined in: attributes/shape/effects/chain.ts:92

Spread in pixels (default 12).


threshold?

optional threshold?: number

Defined in: attributes/shape/effects/chain.ts:90

0–1 luminance cutoff — only pixels brighter than this bloom (default 0.7).