MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / toolbar_background

Method toolbar_background

src/visualizer/theme/theme.cpp:207–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205 ImVec4 Theme::button_selected_hovered() const { return lighten(palette.primary, 0.1f); }
206
207 ImVec4 Theme::toolbar_background() const { return withAlpha(palette.surface, TOOLBAR_BG_ALPHA); }
208 ImVec4 Theme::subtoolbar_background() const { return withAlpha(darken(palette.surface, 0.03f), SUBTOOLBAR_BG_ALPHA); }
209
210 ImVec4 Theme::menu_background() const { return lighten(palette.surface, menu.bg_lighten); }

Callers 2

get_current_themeFunction · 0.80
paletteColorFunction · 0.80

Calls 1

withAlphaFunction · 0.70

Tested by

no test coverage detected