CImage:IsColor
The IsColor method returns true if the image has a color data type such as "rgb".
bSuccess = CImage:IsColor()
where
bSuccess returns true if the image has a color data type, otherwise false.
Related Topics
Data Type
IsNumeric
CImage class