|
CanvasCropFillColorGray Property
|
Gray fill color.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic byte FillColorGray { get; set; }
Public Property FillColorGray As Byte
Get
Set
Request Example
View SourceProperty Value
Type:
Byte
RemarksThe color is used to fill areas out of specified region in grayscale images.
Default value is set to white - 255.
See Also