Important: The information in this document is obsolete and should not be used for new development.
Application-Defined Functions
This section describes functions that your application can define for use by the Color Picker Manager. For example, the Color Picker Manager calls one function--defined in this section asMyPickerFilterFunction
--when your application needs to handle events before the Color Picker Manager does. The Color Picker Manager calls the function defined in this section asMyColorChangedFunction
when your application needs to update colors in a document as the user selects colors from a color picker.
Subtopics
- Handling Application-Directed Events in a Color Picker
- Changing Colors in a Document