# EnumImageColourMode

`ImageColourMode` defines the colour mode of the enhanced image.

## Definition

*Assembly:* dynamsoft-capture-vision-react-native

```js
enum EnumImageColourMode {
    ICM_COLOUR,
    ICM_GRAYSCALE,
    ICM_BINARY
}
```

## Members

| Member | Description |
| ------ | ----------- |
| `ICM_COLOUR` | Full color image. |
| `ICM_GRAYSCALE` | Grayscale image. |
| `ICM_BINARY` | Binary (black and white) image. |
