Navigation
These archived docs are for Phaser 2.2.2 Phaser 3 docs can be found on newdocs.phaser.io.
Phaser CE docs can be found on the Phaser CE Documentation site.

Constructor

PIXI. RGBSplitFilter

new RGBSplitFilter()

An RGB Split Filter.

Source code: pixi/filters/RGBSplitFilter.js, line 5

Extends

Public Properties

blue : PIXI.Point

Blue offset.

Source code: pixi/filters/RGBSplitFilter.js, line 78

dirty : boolean

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

green : PIXI.Point

Green channel offset.

Source code: pixi/filters/RGBSplitFilter.js, line 63

padding : number

Inherited From
Source code: pixi/filters/AbstractFilter.js, line 37

red : PIXI.Point

Red channel offset.

Source code: pixi/filters/RGBSplitFilter.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