PEXColorRGB16 Data Structure


 
   typedef struct {
         unsigned short      red;
         unsigned short      green;
         unsigned short      blue;
         unsigned short      reserved;
   } PEXColorRGB16;
 

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