FloodFill.TargetColor Property

Gets or sets a target color that is used to find the boundaries of area to fill.

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

Syntax

C#
public Color TargetColor { get; set; }

Property Value

A Color used to determine the filling area boundaries. The default value is a white color.

Remarks

If Mode is Border, this property specifies a border color (when algorithm meets this color, it stops filling). If Mode is Surface, this property specifies a surface color (algorithm continue filling till current color is the same as target color).

See Also

Reference