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

> ABBYY FineReader Engine API の ScanColorModeEnum — スキャナーのカラーモード（Windows のみ）。

<Note>
  この列挙型は、Windows 版の FRE で実装されています。
</Note>

ScanColorModeEnum の列挙定数は、画像のカラーモードを設定するために使用されます。

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

<div id="elements">
  ## 要素
</div>

| 名前                 | Description        |
| ------------------ | ------------------ |
| SCM\_BlackAndWhite | Black-and-white画像。 |
| SCM\_Color         | Color画像。           |
| SCM\_Grayscale     | Gray画像。            |
| SCM\_Auto          | カラーモードは自動的に決定されます。 |

<div id="used-in">
  ## 使用箇所
</div>

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

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