Click or drag to resize
Accord.NET (logo)

CanvasFillFillColorGray Property

Gray fill color.

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

Property Value

Type: Byte
Remarks

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

Default value is set to white - 255.

See Also