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

Function kWaveFallback

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

Source from the content-addressed store, hash-verified

42inline QColor kGridMinor() { return AetherSDR::theme::withAlpha("color.background.1", 150); }
43inline QColor kCenterLine() { return AetherSDR::theme::withAlpha("color.text.label", 150); }
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"); }

Callers 1

waveformColorFunction · 0.70

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected