mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 13:46:30 +01:00
move contrasting_text_color() into ArdourCanvas
This commit is contained in:
parent
46d565e7ed
commit
b4aba271f4
6 changed files with 37 additions and 35 deletions
|
|
@ -31,5 +31,7 @@ namespace ArdourCanvas {
|
|||
extern LIBCANVAS_API void set_source_rgba (Cairo::RefPtr<Cairo::Context>, Color);
|
||||
|
||||
Distance LIBCANVAS_API distance_to_segment_squared (Duple const & p, Duple const & p1, Duple const & p2, double& t, Duple& at);
|
||||
|
||||
uint32_t LIBCANVAS_API contrasting_text_color (uint32_t c);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue