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 Low-Level Functions Without QuickDraw /


CWDisposeColorWorld

Releases the private storage associated with a color world when your application has finished using the color world.

pascal void CWDisposeColorWorld (CMWorldRef cw);
cw
A color world reference (page 3-66).
function result
This routine does not return an error value.
SEE ALSO
The NCWNewColorWorld function (page 3-108) and the CWConcatColorWorld function (page 3-110) both allocate color world references of type CMWorldRef (page 3-66).

The CWMatchColors function (page 3-125), the CWCheckColors function (page 3-126), the CWMatchBitmap function (page 3-120), the CWCheckBitMap function (page 3-123), the CWMatchPixMap function (page 3-116), and the CWCheckPixMap function (page 3-118) use color worlds. You must dispose of the color worlds that these functions use when your application is finished with them.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 NOV 1996