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

Function kThreshColor

src/gui/ClientGateLevelView.cpp:26–26  ·  view source on GitHub ↗

dark gray reduction overlay

Source from the content-addressed store, hash-verified

24inline QColor kAudibleColor() { return AetherSDR::ThemeManager::instance().color("color.accent.warning"); } // amber — audio that passes through
25inline QColor kReduceColor() { return AetherSDR::ThemeManager::instance().color("color.background.1"); } // dark gray reduction overlay
26inline QColor kThreshColor() { return AetherSDR::ThemeManager::instance().color("color.accent.dim"); } // cyan threshold lines
27inline QColor kPeakColor() { return AetherSDR::ThemeManager::instance().color("color.accent.warning"); } // amber peak bar
28
29// dB ticks shown on the left gutter.

Callers 1

paintEventMethod · 0.70

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected