Class: BlurFilter

PIXI.filters. BlurFilter

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

new PIXI.filters.BlurFilter(strength, quality, resolution)

Name Type Description
strength number

The strength of the blur filter.

quality number

The quality of the blur filter.

resolution number

The reoslution of the blur filter.

Extends

Members

blur

Sets the strength of the blur.

blurX

Sets the strength of the blurX.

blurY

Sets the strength of the blurY.

quality

Sets the quality of the blur.

Methods

apply(filterManager, input, output)

Applies the filter.

Name Type Description
filterManager PIXI.FilterManager

The manager.

input PIXI.RenderTarget

The input target.

output PIXI.RenderTarget

The output target.