Important: The information in this document is obsolete and should not be used for new development.
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
TheNCWNewColorWorld
function (page 3-108) and theCWConcatColorWorld
function (page 3-110) both allocate color world references of typeCMWorldRef
(page 3-66).The
CWMatchColors
function (page 3-125), theCWCheckColors
function (page 3-126), theCWMatchBitmap
function (page 3-120), theCWCheckBitMap
function (page 3-123), theCWMatchPixMap
function (page 3-116), and theCWCheckPixMap
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.