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

Function kMutedLabel

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

Source from the content-addressed store, hash-verified

49inline QColor kRmsColor() { return AetherSDR::theme::withAlpha("color.accent.success", 210); }
50inline QColor kLabelColor() { return AetherSDR::ThemeManager::instance().color("color.text.primary"); }
51inline QColor kMutedLabel() { return AetherSDR::ThemeManager::instance().color("color.text.secondary"); }
52inline QColor kClipColor() { return AetherSDR::ThemeManager::instance().color("color.accent.danger"); }
53inline QColor kBarEmpty() { return AetherSDR::theme::withAlpha("color.background.1", 170); }
54inline 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