PEXColorRGB8 Data Structure


 
   typedef struct {
         unsigned char      red;
         unsigned char      green;
         unsigned char      blue;
         unsigned char      reserved;
   } PEXColorRGB8;
 

PEXColorRGB8 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.