PEXColorHSV Data Structure


 
   typedef struct {
         float      hue;
         float      saturation;
         float      value;
   } PEXColorHSV;
 

PEXColorHSV is a data structure that is referenced by the following data structures:

For a list of data structures for color, see Data Structures for Colors.