Skip to main content
This enum is implemented in FRE for Windows.
ScanColorModeEnum enumeration constants are used to set image color type.
typedef enum {
 SCM_BlackAndWhite,
 SCM_Grayscale,
 SCM_Color,
 SCM_Auto
} ScanColorModeEnum;

Elements

NameDescription
SCM\_BlackAndWhiteBlack-and-white image.
SCM\_ColorColor image.
SCM\_GrayscaleGray image.
SCM\_AutoColor mode is determined automatically.

Used in

IScanSourceSettings::ColorMode IScanSourceCapabilities::ColorModes