BloomOptions
Defined in: effects/src/bloom.ts:7
Options for the bloom preset.
Properties
Section titled “Properties”bloomScale?
Section titled “bloomScale?”
optionalbloomScale?:number
Defined in: effects/src/bloom.ts:11
Bloom strength multiplier. The “full” value setIntensity(1) produces. Default: 1.
optionalblur?:number
Defined in: effects/src/bloom.ts:15
Blur strength. Default: 8.
brightness?
Section titled “brightness?”
optionalbrightness?:number
Defined in: effects/src/bloom.ts:13
Overall brightness boost. Default: 1.
quality?
Section titled “quality?”
optionalquality?:number
Defined in: effects/src/bloom.ts:17
Blur quality. Default: 4.
threshold?
Section titled “threshold?”
optionalthreshold?:number
Defined in: effects/src/bloom.ts:9
Brightness threshold above which pixels bloom. Default: 0.5.