Method Blur
Blur(int)
Blurs the image in both horizontal and vertical directions by the specified
blurRadius
(in pixels).
GenericImage Blur(int blurRadius)
Parameters
blurRadius
intBlur radius in pixels.
Returns
- GenericImage
Blurred image.
Remarks
This should not be used when using a single mask color for transparency.