Top |
Functions
GtkWidget * | gimp_color_selection_new () |
void | gimp_color_selection_set_show_alpha () |
gboolean | gimp_color_selection_get_show_alpha () |
void | gimp_color_selection_set_color () |
void | gimp_color_selection_get_color () |
void | gimp_color_selection_set_old_color () |
void | gimp_color_selection_get_old_color () |
void | gimp_color_selection_reset () |
void | gimp_color_selection_color_changed () |
void | gimp_color_selection_set_config () |
Object Hierarchy
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GimpColorSelection
Implemented Interfaces
GimpColorSelection implements AtkImplementorIface, GtkBuildable and GtkOrientable.
Functions
gimp_color_selection_new ()
GtkWidget *
gimp_color_selection_new (void
);
Creates a new GimpColorSelection widget.
gimp_color_selection_set_show_alpha ()
void gimp_color_selection_set_show_alpha (GimpColorSelection *selection
,gboolean show_alpha
);
Sets the show_alpha
property of the selection
widget.
gimp_color_selection_get_show_alpha ()
gboolean
gimp_color_selection_get_show_alpha (GimpColorSelection *selection
);
Returns the selection
's show_alpha
property.
gimp_color_selection_set_color ()
void gimp_color_selection_set_color (GimpColorSelection *selection
,const GimpRGB *color
);
Sets the GimpColorSelection's current color to the new color
.
gimp_color_selection_get_color ()
void gimp_color_selection_get_color (GimpColorSelection *selection
,GimpRGB *color
);
This function returns the GimpColorSelection's current color.
Parameters
selection |
A GimpColorSelection widget. |
|
color |
Return location for the |
gimp_color_selection_set_old_color ()
void gimp_color_selection_set_old_color (GimpColorSelection *selection
,const GimpRGB *color
);
Sets the GimpColorSelection's old color.
gimp_color_selection_get_old_color ()
void gimp_color_selection_get_old_color (GimpColorSelection *selection
,GimpRGB *color
);
This function returns the GimpColorSelection's old color.
Parameters
selection |
A GimpColorSelection widget. |
|
color |
Return location for the |
gimp_color_selection_reset ()
void
gimp_color_selection_reset (GimpColorSelection *selection
);
Sets the GimpColorSelection's current color to its old color.
gimp_color_selection_color_changed ()
void
gimp_color_selection_color_changed (GimpColorSelection *selection
);
Emits the "color-changed" signal.
gimp_color_selection_set_config ()
void gimp_color_selection_set_config (GimpColorSelection *selection
,GimpColorConfig *config
);
Sets the color management configuration to use with this color selection.
Since: 2.4
Signal Details
The “color-changed”
signal
void user_function (GimpColorSelection *gimpcolorselection, gpointer user_data)
Flags: Run First