![]() |
PATH![]() |
![]() ![]() |
The ColorSync Manager defines the CMMatchRef type to refer to a color-matching session.
The ColorSync Manager defines an abstract private data structure of type
OpaqueCMMatchRef
for the color-matching-session reference. When your application calls the function
NCMBeginMatching
to begin a QuickDraw-specific color-matching session, the ColorSync Manager returns a reference pointer to the color-matching session which you must later pass to the
CMEndMatching
function to conclude the session.
struct OpaqueCMMatchRef *CMMatchRef;