Transparentize.Threshold Property

Gets or sets a value that specifies admissible threshold (distance between colors in color space) when comparing current color and transparent color.

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

Syntax

C#
public float Threshold { get; set; }

Property Value

The threshold in range [0, 1].

Remarks

Minimum value (0) means exact match of the colors, maximum value (1) means that any color matches.

See Also

Reference