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

UnsharpMask.BlurType Property

Gets/sets blur type 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 BlurType As BlurType
C#
public BlurType BlurType { get; set; }

Property Value

BlurType value specifying a blur type used to produce unfocused version of the image.

Remarks

Using this property you can select between algorithm speed and precision.

Default value is Fast.

See Also

Reference