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

Function kConnectionTextColor

src/gui/SpectrumWidget.cpp:250–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248inline QColor kAetherBrandBlue() { return AetherSDR::ThemeManager::instance().color("color.accent"); }
249inline QColor kAetherBrandGreen() { return AetherSDR::ThemeManager::instance().color("color.accent.success"); }
250inline QColor kConnectionTextColor() { return AetherSDR::ThemeManager::instance().color("color.text.primary"); }
251static constexpr float kMinDisplayDbm = -180.0f;
252static constexpr float kMaxDisplayDbm = 80.0f;
253static constexpr float kMinDisplayRangeDb = 10.0f;

Callers 1

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected