Method BlurVertical
BlurVertical(int)
Blurs the image in the vertical direction only.
public virtual GenericImage BlurVertical(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.