ImageColorTypeEnum
ImageColorTypeEnum enumeration constants are used to describe different color types of an image.
typedef enum {
ICT_BlackWhite,
ICT_Gray,
ICT_Color
} ImageColorTypeEnum;
Elements
| Name | Description |
|---|---|
| ICT_BlackWhite | Black-and-white image. |
| ICT_Color | Color image. |
| ICT_Gray | Gray image. |
Used in
11/7/2025 12:48:30 PM