PEXColor Data Structure


   typedef union {
         PEXColorIndexed     indexed;
         PEXColorCIE         cie;
         PEXColorHLS         hls;
         PEXColorHSV         hsv;
         PEXColorRGB         rgb;
         PEXColorRGB8        rgb8;
         PEXColorRGB16       rgb16;
   } PEXColor;
 

PEXColor is a data structure that is common to the following functions:

and that is referenced by the following data structure:

For a list of data structures for color, see Data Structures for Colors.