CImage:ImageType CImage:IsInteger

CImage:IsColor


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

Syntax

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.

Related Topics

CImage, Data Type, IsNumeric