PIPicker.h File Reference

This file describes version 1.0 of Photoshop's color picker plug-in module interface. More...

#include "PIActions.h"
#include "PIGeneral.h"
#include "SPBasic.h"

Go to the source code of this file.


Data Structures

struct  PickParms
 Structure used to return the color selected by the user. More...
struct  PIPickerParams
 This structure is passed to the plug-in module through the parameter block. More...

Color Picker Module Selectors

#define pickerSelectorAbout   0
 Allows the plug-in to display an about dialog box.
#define pickerSelectorPick   1
 Allows the plug-in to execute the color picker.

Color Picker Error Return Values

#define pickerBadParameters   -30800
 A problem with the interface.

Typedefs

typedef PIPickerParamsPickerRecordPtr
 This structure is passed to the plug-in module through the parameter block.

Detailed Description

This file describes version 1.0 of Photoshop's color picker plug-in module interface.

Distribution: PUBLIC