PEXColorCIE Data Structure


 
   typedef struct {
         float      x;
         float      y;
         float      z;
   } PEXColorCIE;
 

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