Value wich specifies if the processed image was color or grayscale.
Namespace:
AForge.ImagingAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
C# |
---|
public bool IsGrayscale { get; } |
Remarks
If the value is set to trueTruetruetrue (True in Visual Basic) then Gray property should be used to get statistics information about image. Otherwise Red, Green and Blue properties should be used for color images.