RGB fill color.

Namespace:  AForge.Imaging.Filters
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public Color FillColorRGB { get; set; }

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