MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / kBgActive

Function kBgActive

src/gui/ClientChainWidget.cpp:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60inline QColor kBgBox() { return AetherSDR::ThemeManager::instance().color("color.background.0"); }
61inline QColor kBgEndpoint() { return AetherSDR::ThemeManager::instance().color("color.background.1"); }
62inline QColor kBgActive() { return AetherSDR::ThemeManager::instance().color("color.background.1"); }
63inline QColor kBorderIdle() { return AetherSDR::ThemeManager::instance().color("color.background.1"); }
64inline QColor kBorderActive() { return AetherSDR::ThemeManager::instance().color("color.accent.dim"); }
65inline QColor kBorderGrey() { return AetherSDR::ThemeManager::instance().color("color.background.1"); }

Callers 2

paintEventMethod · 0.70
mouseMoveEventMethod · 0.70

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected