Carbon


CWDisposeColorWorld

Header: CMApplication.h Carbon status: Supported

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

void CWDisposeColorWorld (
    CMWorldRef cw
);
Parameter descriptions
cw

A color world reference of type CMWorldRef.

The function NCWNewColorWorld and the function CWConcatColorWorld both allocate color world references of type CMWorldRef.

DISCUSSION

The following functions use color worlds. If you create a color world to pass to one of these functions, you must dispose of the color world when your application is finished with it.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when ColorSync 1.0 or later is present.


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)