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