PEXColor5_2 Data Structure


   typedef union {
         PEXColorIndexed     indexed;
         PEXColorCIE         cie;
         PEXColorHLS         hls;
         PEXColorHSV         hsv;
         PEXColorRGB         rgb;
         PEXColorRGBA        rgba;
         PEXColorRGB8        rgb8;
         PEXColorRGBA8       rgba8;
         PEXColorRGB16       rgb16;
         PEXColorRGBA16      rgba16;
   } PEXColor5_2;
 

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