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

Function kLabelColor

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

Source from the content-addressed store, hash-verified

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"); }
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); }

Callers 1

paintEventMethod · 0.70

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected