PEXColorHLS Data Structure


   typedef struct {
         float      hue;
         float      lightness;
         float      saturation;
   } PEXColorHLS;

PEXColorHLS 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.