UnsharpMask.Radius Property

Gets or sets a blur radius used to produce unfocused version of the image (necessary for unsharp mask algorithm).

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public float Radius { get; set; }

Property Value

The blur radius used to produce unfocused version of the image. The default value is 1.

See Also

Reference