typedef struct { unsigned char red; unsigned char green; unsigned char blue; unsigned char alpha; } PEXColorRGBA8;
PEXColorRGBA8 is a data structure that is referenced by the following data structures:
For a list of data structures for color, see Data Structures for Colors.