ImageTaskBase<T>.Blur Method
Definition
- Namespace
- GleamTech.ImageUltimate
- Assembly
- GleamTech.ImageUltimate.dll
Blurs the current image with the specified radius. The command is added to the chain and not executed until the actual processing is done.
public T Blur(double radius = 1)
Parameters
radiusdoubleThe radius of the filter, in pixels. The default is 1.
Returns
- T
The same instance of this class.