GimpColorPickerTool

GimpColorPickerTool

Synopsis

                    GimpColorPickerTool;
void                gimp_color_picker_tool_register     (GimpToolRegisterCallback callback,
                                                         gpointer data);
#define             GIMP_COLOR_PICKER_TOOL_GET_OPTIONS  (t)

Object Hierarchy

  GObject
   +----GimpObject
         +----GimpTool
               +----GimpDrawTool
                     +----GimpColorTool
                           +----GimpColorPickerTool

Description

Details

GimpColorPickerTool

typedef struct _GimpColorPickerTool GimpColorPickerTool;


gimp_color_picker_tool_register ()

void                gimp_color_picker_tool_register     (GimpToolRegisterCallback callback,
                                                         gpointer data);

callback :

data :


GIMP_COLOR_PICKER_TOOL_GET_OPTIONS()

#define GIMP_COLOR_PICKER_TOOL_GET_OPTIONS(t)  (GIMP_COLOR_PICKER_OPTIONS (gimp_tool_get_options (GIMP_TOOL (t))))

t :