Interface: AdvancedBloomFilterOptions

AdvancedBloomFilterOptions

Options for the AdvancedBloomFilter constructor.

Properties:
Name Type Default Description
bloomScale number 1

To adjust the strength of the bloom. Higher values is more intense brightness.

blur number

The strength of the Blur properties simultaneously

brightness number 1

The brightness, lower value is more subtle brightness, higher value is blown-out.

kernels number[]

The kernel size of the blur filter.

pixelSize PointData | number[] | number {x:1,y:1}

The pixel size of the blur filter. Large size is blurrier. For advanced usage.

quality number

The quality of the Blur filter.

threshold number 1

Defines how bright a color needs to be to affect bloom.

Members

bloomScale number

To adjust the strength of the bloom. Higher values is more intense brightness.

Default Value:
  • 1

blur number

The strength of the Blur properties simultaneously

brightness number

The brightness, lower value is more subtle brightness, higher value is blown-out.

Default Value:
  • 1

kernels number[]

The kernel size of the blur filter.

pixelSize PointData | number[] | number

The pixel size of the blur filter. Large size is blurrier. For advanced usage.

Default Value:
  • {x:1,y:1}

quality number

The quality of the Blur filter.

threshold number

Defines how bright a color needs to be to affect bloom.

Default Value:
  • 1