Gamut Map Model Color Structures
Specifies colors for use with a Gamut Map Model PlugIn.
The XYZColorF Structure
struct XYZColorF {
FLOAT X;
FLOAT Y;
FLOAT Z;
};
The JChColorF Structure
struct JChColorF {
FLOAT J;
FLOAT C;
FLOAT h;
};
The JabColorF Structure
struct JabColorF {
FLOAT J;
FLOAT a;
FLOAT b;
};
Requirements
** Windows Vista:** Included in Windows Vista and later.
** Header:** Declared in WcsPlugIn.h.
See Also
Basic Color Management Concepts, Windows Color System Schemas and Algorithms, Structures