mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
more color work, including removing rgba{_p_}_from_style()
This commit is contained in:
parent
8455ebce90
commit
aff8a806a2
11 changed files with 78 additions and 238 deletions
|
|
@ -62,10 +62,6 @@ ArdourCanvas::Points* get_canvas_points (std::string who, uint32_t npoints);
|
|||
Pango::FontDescription sanitized_font (std::string const&);
|
||||
Pango::FontDescription get_font_for_style (std::string widgetname);
|
||||
|
||||
uint32_t rgba_from_style (std::string, uint32_t, uint32_t, uint32_t, uint32_t, std::string = "fg", int = Gtk::STATE_NORMAL, bool = true);
|
||||
|
||||
bool rgba_p_from_style (std::string, float*, float*, float*, std::string = "fg", int = Gtk::STATE_NORMAL);
|
||||
|
||||
void decorate (Gtk::Window& w, Gdk::WMDecoration d);
|
||||
|
||||
void set_color_from_rgb (Gdk::Color&, uint32_t);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue