widgets: Port gimp_get_color_tag_color ()...

...to accept GeglColor paramaters instead
of GimpRGB. This function is used to draw
the layer/channel color tags.
Note that a temporary GimpRGB was left
to use with gimp_rgb_composite ().
It will be replaced once that function is
also converted to use GeglColor.
This commit is contained in:
Alx Sa
2024-04-02 04:00:50 +00:00
parent 2f2027b757
commit 10eb615eff
5 changed files with 42 additions and 32 deletions

View File

@ -80,7 +80,7 @@ void gimp_widget_set_accel_help (GtkWidget *widget
const gchar * gimp_get_message_icon_name (GimpMessageSeverity severity);
gboolean gimp_get_color_tag_color (GimpColorTag color_tag,
GimpRGB *color,
GeglColor *color,
gboolean inherited);
void gimp_pango_layout_set_scale (PangoLayout *layout,