mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
pick route colors from the color palette (with random variation) #9115
This commit is contained in:
parent
cd7c981e6e
commit
cd4b6e85a8
3 changed files with 21 additions and 3 deletions
|
|
@ -98,7 +98,7 @@ void resize_window_to_proportion_of_monitor (Gtk::Window*, int, int);
|
|||
|
||||
std::string escape_underscores (std::string const &);
|
||||
|
||||
Gdk::Color unique_random_color (std::list<Gdk::Color> &);
|
||||
Gdk::Color unique_random_color (std::list<Gdk::Color> &, bool from_palette = false);
|
||||
|
||||
std::string rate_as_string (float r);
|
||||
std::string samples_as_time_string (ARDOUR::samplecnt_t s, float r, bool show_samples = false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue