summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/gradient-vector.h')
-rw-r--r--src/widgets/gradient-vector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/gradient-vector.h b/src/widgets/gradient-vector.h
index f33240504..9858ce784 100644
--- a/src/widgets/gradient-vector.h
+++ b/src/widgets/gradient-vector.h
@@ -75,6 +75,8 @@ SPGradient *sp_gradient_vector_selector_get_gradient (SPGradientVectorSelector *
/* fixme: rethink this (Lauris) */
GtkWidget *sp_gradient_vector_editor_new (SPGradient *gradient, SPStop *stop = NULL);
+guint32 sp_average_color(guint32 c1, guint32 c2, gdouble p = 0.5);
+
gchar *gr_prepare_label (SPObject *obj);