new BlurXFilter()
The BlurXFilter applies a horizontal Gaussian blur to an object.
- Source - pixi/filters/BlurXFilter.js, line 5
Extends
Members
-
blur :Number
-
Sets the strength of both the blur.
- Default Value:
- 2
- Source - pixi/filters/BlurXFilter.js, line 51
-
dirty :Boolean
-
- Inherited From:
- Source - pixi/filters/AbstractFilter.js, line 31
-
padding :Number
-
- Inherited From:
- Source - pixi/filters/AbstractFilter.js, line 37
Methods
-
syncUniforms()
-
Syncs the uniforms between the class object and the shaders.
- Inherited From:
- Source - pixi/filters/AbstractFilter.js, line 60