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

# ScanColorModeEnum

> ScanColorModeEnum in der ABBYY FineReader Engine API — Scanner-Farbmodi (nur für Windows).

<Note>
  Diese Enumeration ist in FRE für Windows implementiert.
</Note>

Die Enumerationskonstanten von ScanColorModeEnum werden verwendet, um den Farbtyp des Bildes festzulegen.

```
typedef enum {
 SCM_BlackAndWhite,
 SCM_Grayscale,
 SCM_Color,
 SCM_Auto
} ScanColorModeEnum;
```

<div id="elements">
  ## Elemente
</div>

| Name               | Beschreibung                             |
| ------------------ | ---------------------------------------- |
| SCM\_BlackAndWhite | Schwarz-Weiß-Bild.                       |
| SCM\_Color         | Farbbild.                                |
| SCM\_Grayscale     | Graustufenbild.                          |
| SCM\_Auto          | Der Farbmodus wird automatisch bestimmt. |

<div id="used-in">
  ## Verwendet in
</div>

[IScanSourceSettings::ColorMode](/de/fine-reader/engine/api-reference/mechanism-objects/scansourcesettings#colormode)

[IScanSourceCapabilities::ColorModes](/de/fine-reader/engine/api-reference/mechanism-objects/scansourcecapabilities#colormodes)
