| GIMP Application Reference Manual | ||||
|---|---|---|---|---|
GimpColorTool;
void gimp_color_tool_enable (GimpColorTool *color_tool,
GimpColorOptions *options);
void gimp_color_tool_disable (GimpColorTool *color_tool);
gboolean gimp_color_tool_is_enabled (GimpColorTool *color_tool);
void gimp_color_tool_start_sample_point (GimpTool *tool,
GimpDisplay *display);
#define GIMP_COLOR_TOOL_GET_OPTIONS (t)
GObject +----GimpObject +----GimpTool +----GimpDrawTool +----GimpColorTool +----GimpPaintTool +----GimpImageMapTool +----GimpColorPickerTool
void gimp_color_tool_enable (GimpColorTool *color_tool, GimpColorOptions *options);
|
|
|
gboolean gimp_color_tool_is_enabled (GimpColorTool *color_tool);
|
|
Returns : |
void gimp_color_tool_start_sample_point (GimpTool *tool, GimpDisplay *display);
|
|
|
"picked" signalvoid user_function (GimpColorTool *gimpcolortool, GimpColorPickState arg1, GimpImageType arg2, GimpRGB *arg3, gint arg4, gpointer user_data) : Run First
|
the object which received the signal. |
|
|
|
|
|
|
|
|
|
user data set when the signal handler was connected. |