mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
app/actions/context-actions.c applied a patch from Aron Stansvik that adds
2005-04-27 Sven Neumann <sven@gimp.org> * app/actions/context-actions.c * app/actions/context-commands.[ch]: applied a patch from Aron Stansvik that adds actions to control hue, saturation and value of the foreground and background colors.
This commit is contained in:
parent
9979c3b5cd
commit
63e7eac7f4
4 changed files with 366 additions and 0 deletions
|
@ -45,6 +45,26 @@ void context_background_blue_cmd_callback (GtkAction *action,
|
|||
gint value,
|
||||
gpointer data);
|
||||
|
||||
void context_foreground_hue_cmd_callback (GtkAction *action,
|
||||
gint value,
|
||||
gpointer data);
|
||||
void context_foreground_saturation_cmd_callback (GtkAction *action,
|
||||
gint value,
|
||||
gpointer data);
|
||||
void context_foreground_value_cmd_callback (GtkAction *action,
|
||||
gint value,
|
||||
gpointer data);
|
||||
|
||||
void context_background_hue_cmd_callback (GtkAction *action,
|
||||
gint value,
|
||||
gpointer data);
|
||||
void context_background_saturation_cmd_callback (GtkAction *action,
|
||||
gint value,
|
||||
gpointer data);
|
||||
void context_background_value_cmd_callback (GtkAction *action,
|
||||
gint value,
|
||||
gpointer data);
|
||||
|
||||
void context_opacity_cmd_callback (GtkAction *action,
|
||||
gint value,
|
||||
gpointer data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue