Click or drag to resize
Accord.NET (logo)

CanvasFillFillColorRGB Property

RGB fill color.

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

Property Value

Type: Color
Remarks

The color is used to fill areas out of specified region in color images.

Default value is set to white - RGB(255, 255, 255).

See Also