mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 13:16:27 +01:00
move contrasting_text_color() into ArdourCanvas
This commit is contained in:
parent
4c1f4011fd
commit
471570705d
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