Kofax Mobile SDK API Reference
Public Member Functions | Public Attributes | List of all members
Image.OutputColor Enum 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)
 

Detailed Description

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.

Constructor & Destructor Documentation

OutputColor ( int  channels,
int  bitsPerChannel 
)

Member Function Documentation

int getBitsPerChannel ( )
int getBitsPerPixel ( )
int getChannels ( )

Member Data Documentation

BITDEPTH_BITONAL =(1, 1)
BITDEPTH_COLOR =(3, 8)
BITDEPTH_GRAYSCALE =(1, 8)

The documentation for this enum was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.