CImage:IsColor
The IsColor method returns true if the image has a color data type such as "rgb".
bResult = CImage:IsColor() |
If the image has a color data type, this method returns true.
On failure or if the image is not a color type, this method returns false.