FloodFill.Tolerance Property

Gets or sets a maximum allowed tolerance for the target color.

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

Syntax

C#
public float Tolerance { get; set; }

Property Value

The tolerance for the target color in range [0, 1]. The default value is 0.1.

Remarks

This property specifies an admissible tolerance (distance between colors in color space) when comparing current color and target color (see comments for targetColor). Minimum value (0) means exact match of the colors, maximum value (1) means that any color matches.

See Also

Reference