PEXVertexHLSEdge Data Structure


 
   typedef struct {
         PEXCoord           point;
         PEXColorHLS        hls;
         unsigned int       edge;
   } PEXVertexHLSEdge;
 

PEXVertexHLSEdge is a type definition that is referenced by the following data structure:

For a list of data structures for vertex data, see Data Structures for Vertex Data.