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

Function kBackground

src/gui/WaveformWidget.cpp:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38constexpr double kPi = 3.14159265358979323846;
39
40inline QColor kBackground() { return AetherSDR::ThemeManager::instance().color("color.background.0"); }
41inline QColor kGridMajor() { return AetherSDR::theme::withAlpha("color.background.2", 130); }
42inline QColor kGridMinor() { return AetherSDR::theme::withAlpha("color.background.1", 150); }
43inline QColor kCenterLine() { return AetherSDR::theme::withAlpha("color.text.label", 150); }

Callers 1

paintEventMethod · 0.70

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected