CImage:IsColor


The IsColor method returns true if the image has a color data type such as "rgb".

Syntax

bSuccess = CImage:IsColor()

where

    bSuccess returns true if the image has a color data type, otherwise false.

Related Topics

Data Type

IsNumeric

CImage class