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

Transparentize.Tolerance Property

Gets/sets a value that specifies admissible tolerance (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

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

Property Value

Value in range [0, 1] specifying admissible tolerance (distance between colors in color space) when comparing current color and transparent color. Minimum value (0) means exact match of the colors, maximum value (1) means that any color matches.

Remarks

Default value is 0.1f.

See Also

Reference