PIPicker.h File Reference

This file describes 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...

Defines

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 struct PickParms PickParms
 Structure used to return the color selected by the user.
typedef struct PIPickerParams PIPickerParams
 This structure is passed to the plug-in module through the parameter block.
typedef struct PIPickerParamsPickerRecordPtr

Detailed Description

This file describes Photoshop's Color Picker plug-in module interface.

Distribution: PUBLIC