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

Function kLabelColor

src/gui/ClientCompKnob.cpp:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41inline QColor kRingArc(const QWidget* w) { return AetherSDR::ThemeManager::instance().color(w, "color.knob.foreground"); }
42inline QColor kPointer(const QWidget* w) { return AetherSDR::ThemeManager::instance().color(w, "color.knob.handle"); }
43inline QColor kLabelColor(const QWidget* w) { return AetherSDR::ThemeManager::instance().color(w, "color.text.secondary"); }
44inline QColor kValueColor(const QWidget* w) { return AetherSDR::ThemeManager::instance().color(w, "color.text.primary"); }
45} // namespace
46

Callers 1

paintEventMethod · 0.70

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected