diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2012-12-23 09:55:50 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2012-12-23 09:55:50 +0000 |
| commit | d1e043d27a35b00c9e49a2deef1c2ee5bc8b2cc5 (patch) | |
| tree | 1e38179576836ab002e2824a9438c3de3718e130 /src/display/cairo-utils.h | |
| parent | ruler: Use border widths for Gtk+ 3 rendering (diff) | |
| download | inkscape-d1e043d27a35b00c9e49a2deef1c2ee5bc8b2cc5.tar.gz inkscape-d1e043d27a35b00c9e49a2deef1c2ee5bc8b2cc5.zip | |
Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting primitives.
(bzr r11976)
Diffstat (limited to 'src/display/cairo-utils.h')
| -rw-r--r-- | src/display/cairo-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/display/cairo-utils.h b/src/display/cairo-utils.h index edaf5ebaa..d240545eb 100644 --- a/src/display/cairo-utils.h +++ b/src/display/cairo-utils.h @@ -91,6 +91,7 @@ static cairo_user_data_key_t ci_key; SPColorInterpolation get_cairo_surface_ci(cairo_surface_t *surface); void set_cairo_surface_ci(cairo_surface_t *surface, SPColorInterpolation cif); void copy_cairo_surface_ci(cairo_surface_t *in, cairo_surface_t *out); +void convert_cairo_surface_ci(cairo_surface_t *surface, SPColorInterpolation cif); void ink_cairo_set_source_color(cairo_t *ct, SPColor const &color, double opacity); void ink_cairo_set_source_rgba32(cairo_t *ct, guint32 rgba); |
