PEXColorRGBA16 Data Structure


 
   typedef struct {
         unsigned short      red;
         unsigned short      green;
         unsigned short      blue;
         unsigned short      alpha;
   } PEXColorRGBA16;
 

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