Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Advanced Color Imaging Reference /
Chapter 3 - ColorSync Manager Reference for Applications and Device Drivers / ColorSync Manager Functions
Matching Colors Using High-Level Functions With QuickDraw /


CMEndMatching

Concludes a high-level QuickDraw matching session initiated by a previous call to the NCMBeginMatching function.

pascal void CMEndMatching (CMMatchRef myRef);
myRef
A reference to the matching session to end. This reference was previously created and returned by a call to NCMBeginMatching function.
function result
This routine does not return an error value.
DISCUSSION
The CMEndMatching function releases private memory allocated for the high-level matching session.

After you call the NCMBeginMatching function and before you call CMEndMatching to end the session, embedded color-matching picture comments, such as cmEnableMatching and cmDisableMatching, are not acknowledged. After you call CMEndMatching, processing reverts to its previous state.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 NOV 1996