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

Function kBgColor

src/gui/ClientGateLevelView.cpp:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17constexpr int kPollMs = 33;
18
19inline QColor kBgColor() { return AetherSDR::ThemeManager::instance().color("color.background.0"); }
20inline QColor kFrameColor() { return AetherSDR::ThemeManager::instance().color("color.background.1"); }
21inline QColor kGridColor() { return AetherSDR::ThemeManager::instance().color("color.background.1"); }
22inline QColor kAxisLabel() { return AetherSDR::ThemeManager::instance().color("color.text.label"); }

Callers 1

paintEventMethod · 0.70

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected