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

Function kMutedLabel

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

Source from the content-addressed store, hash-verified

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"); }
50inline QColor kBarEmpty() { return AetherSDR::theme::withAlpha("color.background.1", 170); }
51inline QColor kBarPeakHold() { return AetherSDR::ThemeManager::instance().color("color.accent.warning"); }

Callers 4

paintEventMethod · 0.70
drawBarsGridMethod · 0.70
drawGridMethod · 0.70
drawNoAudioMethod · 0.70

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected