#include <string>
Go to the source code of this file.
Enumerations | |
enum | DLBitDepths { DL_BITDEPTH_1 = 1, DL_BITDEPTH_8 = 8, DL_BITDEPTH_24 = 24 } |
enum | DLColorTypes { DL_UNKNOWN_COLOR = -1, DL_BINARY = 1, DL_GRAY = 2, DL_RGBCOLOR = 3, DL_YUVCOLOR = 4 } |
enum | DLDataAlignments { DL_1BYTE_ALIGN = 1, DL_4BYTE_ALIGN = 4 } |
enum | DLBWColors { DL_WHITE = 255, DL_BLACK = 0 } |
enum DLBitDepths |
Bit Depths
enum DLBWColors |
Enum of black/white colors
enum DLColorTypes |
type of color
enum DLDataAlignments |
data alignments