Skip to main content
ImageColorTypeEnum enumeration constants are used to describe different color types of an image.
typedef enum {
 ICT_BlackWhite,
 ICT_Gray,
 ICT_Color
} ImageColorTypeEnum;

Elements

NameDescription
ICT\_BlackWhiteBlack-and-white image.
ICT\_ColorColor image.
ICT\_GrayGray image.

Used in

IImageDocument::ImageColorType IImage::ImageColorType IRasterPictureBlock::ColorType