PEXColorRGB Data Structure


 
   typedef struct {
         float      red;
         float      green;
         float      blue;
   } PEXColorRGB;
 

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