![]() |
Adobe Photoshop SDK |
|
Color Picker Module Color Picker modules provide a plug-in interface for implementation of different color pickers in addition to the Photoshop and system color pickers. More...
Detailed DescriptionColor Picker modules provide a plug-in interface for implementation of different color pickers in addition to the Photoshop and system color pickers. They appear whenever the user requests a unique or custom color (such as clicking on the foreground or background colors in the tools palette) and are selected in the Preferences General dialog. The file type for color picker modules for Mac OS is 8BCM, the extension for Windows is .8BC. For additional information about writing color picker plug-ins, see Writing Color Picker Plug-ins. Define Documentation
Allows the plug-in to display an about dialog box. For this selector, the host does not pass the standard parameter block into the plug-in main routine. Instead it passes an See About Boxes for more information.
A problem with the interface.
Allows the plug-in to execute the color picker. Unlike other plug-in modules, a Color Picker plug-in gets a single call from the host, and it is expected to do all the work during that call. However, it is recommended that it follow this order:
Typedef Documentation
This structure is passed to the plug-in module through the parameter block. See Plug-in Entry Point for an explanation of how the host calls a plug-in.
|