![]() |
CMCWInfoRecord |
Header: CMApplication.h |
struct CMCWInfoRecord { UInt32 cmmCount; CMMInfoRecord cmmInfo[2]; };
The number of CMMs involved in the color-matching session, either 1 or 2.
An array containing two elements. Depending on the value that cmmCount returns, the cmmInfo array contains one or two records of type CMMInfoRecord reporting the CMM type and version number.
If cmmCount is 1, the first element of the array (cmmInfo[0]) describes the CMM and the contents of the second element of the array (cmmInfo[1]) is undefined.
If cmmCount is 2, the first element of the array (cmmInfo[0]) describes the source CMM and the second element of the array (cmmInfo[1]) describes the destination CMM.
Your application supplies a color world information record structure of type CMCWInfoRecord as a parameter to the CMGetCWInfo function to obtain information about a given color world. The ColorSync Manager uses this data structure to return information about the color world.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)