new NoiseFilter()
A Noise effect filter.
- Source code: pixi/filters/NoiseFilter.js, line 6
Extends
Public Properties
-
dirty : boolean
-
- Inherited From
- Source code: pixi/filters/AbstractFilter.js, line 31
-
noise : number
-
The amount of noise to apply.
- Source code: pixi/filters/NoiseFilter.js, line 49
-
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