Click or drag to resize

IBitmapImageIsGreyScale Method

Returns true if image is grey scale.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
bool IsGreyScale()

Return Value

Type: Boolean
True, if image is grey scale.
See Also