ColorDepth enumeration

ColorDepth enumeration

Enumerates Bit Depth Type for tiff image.

The ColorDepth type exposes the following members:

Fields

FieldDescription
DEFAULTDefault value, not set value.
FORMAT_1BPP1 bit per pixel
FORMAT_4BPP4 bits per pixel
FORMAT_8BPP8 bits per pixel
FORMAT_24BPP24 bits per pixel
FORMAT_32BPP32 bits per pixel

See Also