GlowFilter(float blurx = 6.0f, float blury = 6.0f, unsigned passes = 1);
GlowFilter constructor.
Parameters |
Description |
float blurx = 6.0f |
The amount of horizontal blur. |
float blury = 6.0f |
The amount of vertical blur. |
unsigned passes = 1 |
The number of times to perform the blur. |