Click or drag to resize
Accord.NET (logo)

PointedColorFloodFillFillColor Property

Fill color.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public Color FillColor { get; set; }
Request Example View Source

Property Value

Type: Color
Remarks

The fill color is used to fill image's area starting from the specified point.

For grayscale images the color needs to be specified with all three RGB values set to the same value, (128, 128, 128) for example.

Default value is set to black.

See Also