Macros | |
#define | COLORBYTES_GRAY |
#define | COLORBYTES_AGRAY |
#define | COLORBYTES_RGB |
#define | COLORBYTES_ARGB |
#define | COLORBYTES_CMYK |
#define | COLORBYTES_ACMYK |
#define | COLORBYTES_GRAYw |
#define | COLORBYTES_AGRAYw |
#define | COLORBYTES_RGBw |
#define | COLORBYTES_ARGBw |
#define | COLORBYTES_GRAYf |
#define | COLORBYTES_AGRAYf |
#define | COLORBYTES_RGBf |
#define | COLORBYTES_ARGBf |
#define | COLORBYTES_MAX |
#define COLORBYTES_GRAY |
8-bit grayscale.
#define COLORBYTES_AGRAY |
8-bit grayscale with 8-bit alpha.
#define COLORBYTES_RGB |
8-bit RGB.
#define COLORBYTES_ARGB |
8-bit RGB with 8-bit alpha.
#define COLORBYTES_CMYK |
8-bit CMYK.
#define COLORBYTES_ACMYK |
8-bit CMYK with 8-bit alpha.
#define COLORBYTES_GRAYw |
16-bit grayscale.
#define COLORBYTES_AGRAYw |
16-bit grayscale with 16-bit alpha.
#define COLORBYTES_RGBw |
16-bit RGB.
#define COLORBYTES_ARGBw |
16-bit RGB with 16-bit alpha.
#define COLORBYTES_GRAYf |
Floating point grayscale.
#define COLORBYTES_AGRAYf |
Floating point grayscale with floating point alpha.
#define COLORBYTES_RGBf |
Floating point RGB.
#define COLORBYTES_ARGBf |
Floating point RGB with floating point alpha.
#define COLORBYTES_MAX |
Maximum number of color bytes.