COLORBYTES

Detailed Description

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
 

Macro Definition Documentation

◆ COLORBYTES_GRAY

#define COLORBYTES_GRAY

8-bit grayscale.

◆ COLORBYTES_AGRAY

#define COLORBYTES_AGRAY

8-bit grayscale with 8-bit alpha.

◆ COLORBYTES_RGB

#define COLORBYTES_RGB

8-bit RGB.

◆ COLORBYTES_ARGB

#define COLORBYTES_ARGB

8-bit RGB with 8-bit alpha.

◆ COLORBYTES_CMYK

#define COLORBYTES_CMYK

8-bit CMYK.

◆ COLORBYTES_ACMYK

#define COLORBYTES_ACMYK

8-bit CMYK with 8-bit alpha.

◆ COLORBYTES_GRAYw

#define COLORBYTES_GRAYw

16-bit grayscale.

◆ COLORBYTES_AGRAYw

#define COLORBYTES_AGRAYw

16-bit grayscale with 16-bit alpha.

◆ COLORBYTES_RGBw

#define COLORBYTES_RGBw

16-bit RGB.

◆ COLORBYTES_ARGBw

#define COLORBYTES_ARGBw

16-bit RGB with 16-bit alpha.

◆ COLORBYTES_GRAYf

#define COLORBYTES_GRAYf

Floating point grayscale.

◆ COLORBYTES_AGRAYf

#define COLORBYTES_AGRAYf

Floating point grayscale with floating point alpha.

◆ COLORBYTES_RGBf

#define COLORBYTES_RGBf

Floating point RGB.

◆ COLORBYTES_ARGBf

#define COLORBYTES_ARGBf

Floating point RGB with floating point alpha.

◆ COLORBYTES_MAX

#define COLORBYTES_MAX

Maximum number of color bytes.