Name | Type | Description |
---|---|---|
sprite |
PIXI.Sprite |
the target sprite |
Extends
Members
-
autoFit boolean inherited
-
If enabled, PixiJS will fit the filter area into boundaries for better performance. Switch it off if it does not work for specific shader.
-
blendMode number inherited
-
Sets the blendmode of the filter
- Default Value:
- PIXI.BLEND_MODES.NORMAL
-
enabled boolean inherited
-
If enabled is true the filter is applied, if false it will not.
-
legacy boolean readonly inherited
-
Legacy filters use position and uvs from attributes
-
padding number inherited
-
The padding of the filter. Some filters require extra space to breath such as a blur. Increasing this will add extra width and height to the bounds of the object that the filter is applied to.
-
resolution number inherited
-
The resolution of the filter. Setting this to be lower will lower the quality but increase the performance of the filter.
-
state PIXI.State inherited
-
the webGL state the filter requires to render
Methods
-
apply (filterManager, input, output) overrides
-
Applies the filter
Name Type Description filterManager
PIXI.FilterManager The renderer to retrieve the filter from
input
PIXI.RenderTarget The input render target.
output
PIXI.RenderTarget The target to output to.