Changed colors a bit

Selection area, group and pain tools matching the highlight color. White
mask tool.
This commit is contained in:
brunoherbelin
2021-02-11 21:14:21 +01:00
parent dca3033c06
commit 0593e46e62
6 changed files with 46 additions and 29 deletions

View File

@@ -60,7 +60,7 @@ namespace ImGuiToolkit
ACCENT_GREY
} accent_color;
void SetAccentColor (accent_color color);
struct ImVec4 HighlightColor ();
struct ImVec4 HighlightColor (bool active = true);
void ShowStats (bool* p_open, int* p_corner, bool* p_timer);