ColorMode Class
Represents color modes for the scan source.
Item Index
Properties
- BlackAndWhite static
- Colored static
- Grayscale static
- ScannerDefault static
Properties
BlackAndWhite
Number
final
static
Indicates that 1 bit bi-tonal, also called monochrome or ‘black and white’ mode should be used by scanner's feeder.
Default: 1
Colored
Number
final
static
Indicates that 24-bit RGB color (3 channels at 8 bits per channel) mode should be used by scanner's feeder.
Default: 3
Grayscale
Number
final
static
Indicates that 8 bit or 4 bit grayscale (1 channel at 8 or 4 bits per channel) mode should be used by scanner's feeder.
Default: 2
ScannerDefault
Number
final
static
Indicates that default color mode should be used by scanner's feeder.
Default: 0