X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fdesktop-style.h;h=8f8388289e8711a821ae7b5f566108b25bcb4a73;hb=596bccd8892219903e0eb4fb1389b4942e3cca1e;hp=9f080648a2e5d5d9f92335a528184dcc64c83e5a;hpb=2d5f45472d142796f87b8b737cc0b56fc9de3bf7;p=inkscape.git diff --git a/src/desktop-style.h b/src/desktop-style.h index 9f080648a..8f8388289 100644 --- a/src/desktop-style.h +++ b/src/desktop-style.h @@ -6,8 +6,9 @@ * * Authors: * bulia byak + * verbalshadow * - * Copyright (C) 2004 authors + * Copyright (C) 2004, 2006 authors * * Released under GNU GPL, read the file 'COPYING' for more information */ @@ -53,6 +54,8 @@ void sp_desktop_set_color(SPDesktop *desktop, ColorRGBA const &color, bool is_re void sp_desktop_set_style(SPDesktop *desktop, SPCSSAttr *css, bool change = true, bool write_current = true); SPCSSAttr *sp_desktop_get_style(SPDesktop *desktop, bool with_text); guint32 sp_desktop_get_color (SPDesktop *desktop, bool is_fill); +double sp_desktop_get_master_opacity_tool(SPDesktop *desktop, char const *tool); +double sp_desktop_get_opacity_tool(SPDesktop *desktop, char const *tool, bool is_fill); guint32 sp_desktop_get_color_tool(SPDesktop *desktop, char const *tool, bool is_fill); double sp_desktop_get_font_size_tool (SPDesktop *desktop); void sp_desktop_apply_style_tool(SPDesktop *desktop, Inkscape::XML::Node *repr, char const *tool, bool with_text);