Class GaussianBlurTransform
Applies a Gaussian blur to an image.
Inherited Members
Namespace: PhotoSauce.MagicScaler.Transforms
Assembly: PhotoSauce.MagicScaler.dll
Syntax
public sealed class GaussianBlurTransform : PixelTransformInternalBase, IPixelTransform, IPixelSource
Constructors
GaussianBlurTransform(Double)
Constructs a new GaussianBlurTransform with the specified radius
.
Declaration
public GaussianBlurTransform(double radius)
Parameters
Type | Name | Description |
---|---|---|
System.Double | radius | The blur radius (sigma value). |