new PixelateFilter()
This filter applies a pixelate effect making display objects appear 'blocky'.
- Source code: pixi/filters/PixelateFilter.js, line 5
Extends
Public Properties
-
dirty : boolean
-
- Inherited From
- Source code: pixi/filters/AbstractFilter.js, line 31
-
padding : number
-
- Inherited From
- Source code: pixi/filters/AbstractFilter.js, line 37
-
size : PIXI.Point
-
This a point that describes the size of the blocks. x is the width of the block and y is the height.
- Source code: pixi/filters/PixelateFilter.js, line 48
Public Methods
-
syncUniforms()
-
Syncs the uniforms between the class object and the shaders.
- Inherited From
- Source code: pixi/filters/AbstractFilter.js, line 60