AbstractFilter Class
This is the base class for creating a pixi.js filter. Currently only webGL supports filters. If you want to make a custom filter this should be your base class.
Constructor
AbstractFilter
(
-
fragmentSrc
-
uniforms
Parameters:
-
fragmentSrc
Object -
uniforms
Object
Item Index
Properties
Properties
fragmentSrc
Array
private
passes
Array an array of filter objects
private
An array of passes - some filters contain a few steps this array simply stores the steps in a liniear fashion. For example the blur filter has two passes blurX and blurY.