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:
@ -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,
|
||||
|
Reference in New Issue
Block a user