# EnumImageColourMode

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

## Definition

*Assembly:* dynamsoft_capture_vision_flutter

```dart
enum EnumImageColourMode {
  colour,
  grayscale,
  binary
}
```

## Members

| Member | Description |
| ------ | ----------- |
| `colour` | Full color image. |
| `grayscale` | Grayscale image. |
| `binary` | Binary (black and white) image. |
