X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Fsrc%2Fgtkmm%2Fwidget_color.h;h=b681b8c6c34d588a5b3cc6681470f72b1e2a48ad;hb=bb9c690a67e36a1afae6c2bac8bc945c078db031;hp=5763bc0f1d6b59597645f1925f2a9ff7838ad4ad;hpb=298a200fae46a9a9b9b3f30a16fe3c76ecf25786;p=synfig.git diff --git a/synfig-studio/src/gtkmm/widget_color.h b/synfig-studio/src/gtkmm/widget_color.h index 5763bc0..b681b8c 100644 --- a/synfig-studio/src/gtkmm/widget_color.h +++ b/synfig-studio/src/gtkmm/widget_color.h @@ -44,6 +44,7 @@ namespace studio { Gdk::Color colorconv_synfig2gdk(const synfig::Color &c); +synfig::Color colorconv_gdk2synfig(const Gdk::Color &color, const synfig::ColorReal& alpha = 1); void render_color_to_window(const Glib::RefPtr& window,const Gdk::Rectangle& ca,const synfig::Color &color);