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

Function waveformColor

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

Source from the content-addressed store, hash-verified

50inline QColor kBarEmpty() { return AetherSDR::theme::withAlpha("color.background.1", 170); }
51inline QColor kBarPeakHold() { return AetherSDR::ThemeManager::instance().color("color.accent.warning"); }
52QColor waveformColor()
53{
54 QColor c(AppSettings::instance().value("DisplayFftFillColor", "#00e5ff").toString());
55 return c.isValid() ? c : kWaveFallback();
56}
57
58float waveformLineWidth()
59{

Callers 4

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

Calls 4

kWaveFallbackFunction · 0.70
toStringMethod · 0.45
valueMethod · 0.45
isValidMethod · 0.45

Tested by

no test coverage detected