Home
last modified time | relevance | path

Searched refs:sp_get_contrasted_color (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dinkscape.cpp369 std::string sp_get_contrasted_color(std::string cssstring, std::string define, std::string define_b, in sp_get_contrasted_color() function
514 …appenddefined = sp_get_contrasted_color(colorsdefined, "theme_bg_color", "theme_fg_color", contra… in add_gtk_css()
515 …appenddefined += sp_get_contrasted_color(colorsdefined, "theme_base_color", "theme_text_color", co… in add_gtk_css()
516 …appenddefined += sp_get_contrasted_color(colorsdefined, "theme_selected_bg_color", "theme_selected… in add_gtk_css()