|
Kofax Mobile SDK API Reference
|
An enum which identifies the output color desired for writing the bitmap to an image file. More...
Public Member Functions | |
| OutputColor (int channels, int bitsPerChannel) | |
| int | getChannels () |
| int | getBitsPerChannel () |
| int | getBitsPerPixel () |
Public Attributes | |
| BITDEPTH_BITONAL =(1, 1) | |
| BITDEPTH_GRAYSCALE =(1, 8) | |
| BITDEPTH_COLOR =(3, 8) | |
An enum which identifies the output color desired for writing the bitmap to an image file.
The supported output colors are: bitonal (black & white), grayscale, and color.
| OutputColor | ( | int | channels, |
| int | bitsPerChannel | ||
| ) |
| int getBitsPerChannel | ( | ) |
| int getBitsPerPixel | ( | ) |
| int getChannels | ( | ) |
| BITDEPTH_BITONAL =(1, 1) |
| BITDEPTH_COLOR =(3, 8) |
| BITDEPTH_GRAYSCALE =(1, 8) |