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

Function kCenterLine

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

Source from the content-addressed store, hash-verified

44inline QColor kGridMajor() { return AetherSDR::theme::withAlpha("color.background.2", 130); }
45inline QColor kGridMinor() { return AetherSDR::theme::withAlpha("color.background.1", 150); }
46inline QColor kCenterLine() { return AetherSDR::theme::withAlpha("color.text.label", 150); }
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); }

Callers 1

drawGridMethod · 0.70

Calls 1

withAlphaFunction · 0.85

Tested by

no test coverage detected