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

Function kRmsColor

src/gui/StripWaveform.cpp:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47inline QColor kWaveFallback() { return AetherSDR::ThemeManager::instance().color("color.accent.bright"); }
48inline QColor kPeakColor() { return AetherSDR::theme::withAlpha("color.accent", 180); }
49inline QColor kRmsColor() { return AetherSDR::theme::withAlpha("color.accent.success", 210); }
50inline QColor kLabelColor() { return AetherSDR::ThemeManager::instance().color("color.text.primary"); }
51inline QColor kMutedLabel() { return AetherSDR::ThemeManager::instance().color("color.text.secondary"); }
52inline QColor kClipColor() { return AetherSDR::ThemeManager::instance().color("color.accent.danger"); }

Callers 4

drawGraphMethod · 0.70
drawEnvelopeMethod · 0.70
drawBarsMethod · 0.70
drawVerticalBarsMethod · 0.70

Calls 1

withAlphaFunction · 0.85

Tested by

no test coverage detected