new BlurFilter()
The BlurFilter applies a Gaussian blur to an object. The strength of the blur can be set for x- and y-axis separately (always relative to the stage).
- Source - pixi/filters/BlurFilter.js, line 5
Extends
Members
-
blur :Number
-
Sets the strength of both the blurX and blurY properties simultaneously
- Default Value:
- 2
- Source - pixi/filters/BlurFilter.js, line 24
-
blurX :Number
-
Sets the strength of the blurX property
- Default Value:
- 2
- Source - pixi/filters/BlurFilter.js, line 40
-
blurY :Number
-
Sets the strength of the blurY property
- Default Value:
- 2
- Source - pixi/filters/BlurFilter.js, line 56
-
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