> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 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

[IImageDocument::ImageColorType](/fine-reader/engine/api-reference/image-related-objects/imagedocument#imagecolortype)

[IImage::ImageColorType](/fine-reader/engine/api-reference/image-related-objects/image#imagecolortype)

[IRasterPictureBlock::ColorType](/fine-reader/engine/api-reference/layout-related-objects/rasterpictureblock#colortype)
