Class: BloomFilter

BloomFilter

The BloomFilter applies a Gaussian blur to an object. The strength of the blur can be set for x- and y-axis separately.
originalfilter

new BloomFilter (options)

Name Type Attributes Description
options BloomFilterOptions <optional>

Options for the BloomFilter constructor.

Extends

  • Filter

Members

DEFAULT_OPTIONS BloomFilterOptions staticreadonly

Default values for options.

blur number Deprecated : since 6.0.0

The strength of both the blurX and blurY properties simultaneously

Default Value:
  • 2
See:

blurX number Deprecated : since 6.0.0

The strength of the blurX property

Default Value:
  • 2
See:

blurY number Deprecated : since 6.0.0

The strength of the blurY property

Default Value:
  • 2
See:

strength PointData

Sets the strength of both the blurX and blurY properties simultaneously

Default Value:
  • 2

strengthX number

Sets the strength of the blur on the x axis

Default Value:
  • 2

strengthY number

Sets the strength of the blur on the y axis

Default Value:
  • 2