new PIXI.filters.NoiseFilter()
Extends
Members
-
noisenumber
-
The amount of noise to apply.
- Default Value:
- 0.5
Methods
-
inherited apply(filterManager, input, output, clear)
-
Applies the filter
Name Type Description filterManagerPIXI.FilterManager The renderer to retrieve the filter from
inputPIXI.RenderTarget The input render target.
outputPIXI.RenderTarget The target to output to.
clearboolean Should the output be cleared before rendering to it