PEXColorApproxEntry Data Structure


 
   typedef struct {
         PEXEnumTypeIndex      type;
         PEXEnumTypeIndex      model;
         unsigned short        max1;
         unsigned short        max2;
         unsigned short        max3;
         PEXSwitch             dither;
         unsigned char         reserved;
         unsigned long         mult1;
         unsigned long         mult2;
         unsigned long         mult3;
         float                 weight1;
         float                 weight2;
         float                 weight3;
         unsigned long         base_pixel;
   } PEXColorApproxEntry;
 

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

and is referenced by the following data structure:

For a list of data structures for lookup tables, see Data Structures for Lookup Tables.