Click or drag to resize
Accord.NET (logo)

BlendFillColor Property

Gets or sets the filling color used to fill blank spaces.

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 filling color will only be visible after the image is converted to 24bpp. The alpha channel will be used internally by the filter.
See Also