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

Function kBgTxActiveDim

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

TX endpoint "active" state — red, pulsing via setTxActive(). Two shades lerped by the pulse factor give a breathing effect.

Source from the content-addressed store, hash-verified

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"); }
74inline QColor kBgTxActiveHot() { return AetherSDR::ThemeManager::instance().color("color.accent.danger"); }
75inline QColor kBorderTxActive() { return AetherSDR::ThemeManager::instance().color("color.accent.danger"); }
76inline QColor kTextTxActive() { return AetherSDR::ThemeManager::instance().color("color.accent.danger"); }

Callers 1

paintEventMethod · 0.70

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected