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

Function kRmsColor

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

Source from the content-addressed store, hash-verified

44inline QColor kWaveFallback() { return AetherSDR::ThemeManager::instance().color("color.accent.bright"); }
45inline QColor kPeakColor() { return AetherSDR::theme::withAlpha("color.accent", 180); }
46inline QColor kRmsColor() { return AetherSDR::theme::withAlpha("color.accent.success", 210); }
47inline QColor kLabelColor() { return AetherSDR::ThemeManager::instance().color("color.text.primary"); }
48inline QColor kMutedLabel() { return AetherSDR::ThemeManager::instance().color("color.text.secondary"); }
49inline 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