PEXLineBundleValues Data Structure


 
   typedef struct {
         PEXEnumTypeIndex      type;
         PEXEnumTypeIndex      interp_method;
         PEXCurveApprox        curve_approx;
         float                 width;
         PEXColorSpecifier5_2     color;
         PEXEnumTypeIndex      cap_style;
         PEXEnumTypeIndex      join_style;
   } PEXLineBundleValues;
 

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