PIXI. PixelateFilter

new PixelateFilter()

This filter applies a pixelate effect making display objects appear 'blocky'.

Source - pixi/filters/PixelateFilter.js, line 5

Extends

Members

dirty :Boolean

Inherited From:
Source - pixi/filters/AbstractFilter.js, line 31

padding :Number

Inherited From:
Source - 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 - pixi/filters/PixelateFilter.js, line 48

Methods

syncUniforms()

Syncs the uniforms between the class object and the shaders.

Inherited From:
Source - pixi/filters/AbstractFilter.js, line 60
Phaser Copyright © 2012-2014 Photon Storm Ltd.
Documentation generated by JSDoc 3.3.0-dev on Tue Nov 25 2014 00:18:18 GMT-0000 (GMT) using the DocStrap template.