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