new InvertFilter()
This inverts your Display Objects colors.
- Source code: pixi/filters/InvertFilter.js, line 5
Extends
Public Properties
-
dirty : boolean
-
- Inherited From
- Source code: pixi/filters/AbstractFilter.js, line 31
-
invert : number
-
The strength of the invert. 1 will fully invert the colors, 0 will make the object its normal color
- Source code: pixi/filters/InvertFilter.js, line 42
-
padding : number
-
- Inherited From
- Source code: pixi/filters/AbstractFilter.js, line 37
Public Methods
-
syncUniforms()
-
Syncs the uniforms between the class object and the shaders.
- Inherited From
- Source code: pixi/filters/AbstractFilter.js, line 60