CWDisposeColorWorld
Releases the private storage associated with a color world when your application has finished using the color world.
Declaration
void CWDisposeColorWorld (
CMWorldRef cw
);Parameters
- cw:
A color world reference of type Cmworldref.
The function 1805079 Ncwnewcolorworld and the function 1805087 Cwconcatcolorworld both allocate color world references of type Cmworldref.
Overview
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.