Interface: BloomFilterOptions

BloomFilterOptions

Options for the BloomFilter constructor.

Properties:
Name Type Default Description
kernelSize number 5

The kernel size of the blur filter. Must be an odd number between 5 and 15 (inclusive).

quality number 4

The quality of the blur.

resolution number 1

The resolution of the blurX & blurY filter.

strength PointData | number {x:2,y:2}

Sets the strength of the blur. If only a number is provided, it will assign to both x and y.

Members

kernelSize number

The kernel size of the blur filter. Must be an odd number between 5 and 15 (inclusive).

Default Value:
  • 5

quality number

The quality of the blur.

Default Value:
  • 4

resolution number

The resolution of the blurX & blurY filter.

Default Value:
  • 1

strength PointData | number

Sets the strength of the blur. If only a number is provided, it will assign to both x and y.

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