new SepiaFilter()
This applies a sepia effect to your Display Objects.
- Source - pixi/filters/SepiaFilter.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
-
sepia :Number
-
The strength of the sepia. 1 will apply the full sepia effect, 0 will make the object its normal color.
- Source - pixi/filters/SepiaFilter.js, line 43
Methods
-
syncUniforms()
-
Syncs the uniforms between the class object and the shaders.
- Inherited From:
- Source - pixi/filters/AbstractFilter.js, line 60