This documentation is for the old version. Go to the latest Graphics Mill docs

UnsharpMask.Radius Property

Gets/sets 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

Visual Basic
Public Property Radius As Single
C#
public float Radius { get; set; }

Property Value

Value that specifies blur radius used to produce unfocused version of the image.

Remarks

Default value is 2.

See Also

Reference