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

Function kAetherBrandGreen

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

Source from the content-addressed store, hash-verified

247
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;

Callers 1

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected