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

Function kBorderMicReady

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

Source from the content-addressed store, hash-verified

67// so users recognise the visual language across the sidebar.
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.

Callers 1

paintEventMethod · 0.70

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected