new ColorStepFilter()
This lowers the color depth of your image by the given amount, producing an image with a smaller palette.
- Source - pixi/filters/ColorStepFilter.js, line 5
Extends
Members
-
dirty :Boolean
-
- Inherited From:
- Source - pixi/filters/AbstractFilter.js, line 31
-
padding :Number
-
- Inherited From:
- Source - pixi/filters/AbstractFilter.js, line 37
-
step :Number
-
The number of steps to reduce the palette by.
- Source - pixi/filters/ColorStepFilter.js, line 41
Methods
-
syncUniforms()
-
Syncs the uniforms between the class object and the shaders.
- Inherited From:
- Source - pixi/filters/AbstractFilter.js, line 60