diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-04-01 01:52:46 +0000 |
|---|---|---|
| committer | John Smith <removethis.john.q.public@bigmail.com> | 2012-04-01 01:52:46 +0000 |
| commit | e76b6481c69c9a84decea8bcf345a26a4a408462 (patch) | |
| tree | f68bbc50a72d26f0e4daad8cb10148be16f50279 /src/widgets/gradient-vector.h | |
| parent | apply essentials of patch by zcgucas (diff) | |
| download | inkscape-e76b6481c69c9a84decea8bcf345a26a4a408462.tar.gz inkscape-e76b6481c69c9a84decea8bcf345a26a4a408462.zip | |
Fix for 950677 : Add stops and repeat controls to the gradient toolbar
(bzr r11134)
Diffstat (limited to 'src/widgets/gradient-vector.h')
| -rw-r--r-- | src/widgets/gradient-vector.h | 2 |
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); |
