PEXPatternEntry Data Structure


 
   typedef struct {
         PEXColorType         color_type;
          unsigned short      row_count;
          unsigned short      col_count;
          PEXArrayOfColor     colors;
   } PEXPatternEntry;
 

PEXPatternEntry is a data structure that is referenced by the following data structure:

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