With a BloomStyle, you add a BloomEffect to a shape. While BloomEffect defines global bloom properties, you can change the bloom of individual shapes with BloomStyle.

You can see the effect of bloom on a WebGLMap only.

Since

2022.1

Hierarchy

  • BloomStyle

Properties

Properties

intensity?: number

The intensity is a non-negative factor applied to the regular color to increase the color's intensity. The more intense a color, the more bloom it produces.

Note that styling a shape with a BloomStyle intensity of 0 results in a low-intensity bloom effect. It is not the same as not using a BloomStyle.

Default

<code>1</code>