Important: The information in this document is obsolete and should not be used for new development.
SetPickerVisibility
Makes a custom dialog box for a color picker visible or invisible.
pascal OSErr SetPickerVisibility ( picker thePicker, short visible);
thePicker
- A color picker.
visible
- The visibility state of the color picker.
DISCUSSION
TheSetPickerVisibility
function sets the visibility state of the dialog box containing the color picker specified in the parameterthePicker
.SEE ALSO
Listing 2-4 (page 2-12) in Advanced Color Imaging on the Mac OS illustrates how to use theSetPickerVisibility
function. To determine whether a color picker is visible or not, you can use theGetPickerVisibility
function (page 2-40).