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

Function kTextMicReady

src/gui/ClientChainWidget.cpp:70–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68inline QColor kBgMicReady() { return AetherSDR::ThemeManager::instance().color("color.accent.success"); }
69inline QColor kBorderMicReady() { return AetherSDR::ThemeManager::instance().color("color.accent.success"); }
70inline QColor kTextMicReady() { return AetherSDR::ThemeManager::instance().color("color.accent.success"); }
71// TX endpoint "active" state — red, pulsing via setTxActive().
72// Two shades lerped by the pulse factor give a breathing effect.
73inline QColor kBgTxActiveDim() { return AetherSDR::ThemeManager::instance().color("color.background.tx"); }

Callers 1

paintEventMethod · 0.70

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected