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

Function kBgActive

src/gui/ClientCompLimiterButton.cpp:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16inline QColor kBgArmed() { return AetherSDR::ThemeManager::instance().color("color.accent.success"); }
17inline QColor kBgDisarmed() { return AetherSDR::ThemeManager::instance().color("color.background.0"); }
18inline QColor kBgActive() { return AetherSDR::ThemeManager::instance().color("color.accent.danger"); }
19inline QColor kBorderArm() { return AetherSDR::ThemeManager::instance().color("color.accent.success"); }
20inline QColor kBorderOff() { return AetherSDR::ThemeManager::instance().color("color.background.1"); }
21inline QColor kBorderHit() { return AetherSDR::ThemeManager::instance().color("color.accent.danger"); }

Callers 1

paintEventMethod · 0.70

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected