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

UnsharpMask.Threshold Property

Gets/sets threshold value for the unsharp mask.

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

Syntax

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

Property Value

Value in range [0, 1] specifying threshold value for the unsharp mask. Minimum value (0) means that all pixels are affected with unsharp mask, maximum value means that no pixels are affected. To calculate threshold in pixel luminosity levels, multiply it on 255 for non-extended (8 bit per channel) images, or 65535 for extended (16 bit per channel) images.

Default value is 0.1.

See Also

Reference