> ## 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.

# ObjectsColorEnum

ObjectsColorEnum enumeration constants describe available colors of the objects which can be removed from the image.

```
typedef enum {
 OC_Red,
 OC_Green,
 OC_Blue,
 OC_Yellow
} ObjectsColorEnum;
```

## Elements

| Name         | Description  |
| ------------ | ------------ |
| OC\\\_Blue   | Blue tint.   |
| OC\\\_Green  | Green tint.  |
| OC\\\_Red    | Red tint.    |
| OC\\\_Yellow | Yellow tint. |

## Used in

[IImageDocument::RemoveColorObjects](/fine-reader/engine/api-reference/image-related-objects/imagedocument/removecolorobjects-method)
