Important: The information in this document is obsolete and should not be used for new development.
DisposeColorPicker
Disposes of a color picker.
pascal OSErr DisposeColorPicker (picker thePicker);
thePicker- A color picker.
DISCUSSION
TheDisposeColorPickerfunction disposes of the memory allocated for the color picker specified in the parameterthePicker. This function also disposes of the memory for its dialog box and dialog items.SEE ALSO
Listing 2-9 (page 2-19) in Advanced Color Imaging on the Mac OS illustrates how to use theDisposeColorPickerfunction.