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
TheSetPickerVisibilityfunction 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 theSetPickerVisibilityfunction. To determine whether a color picker is visible or not, you can use theGetPickerVisibilityfunction (page 2-40).