TX endpoint "active" state — red, pulsing via setTxActive(). Two shades lerped by the pulse factor give a breathing effect.
| 71 | // TX endpoint "active" state — red, pulsing via setTxActive(). |
| 72 | // Two shades lerped by the pulse factor give a breathing effect. |
| 73 | inline QColor kBgTxActiveDim() { return AetherSDR::ThemeManager::instance().color("color.background.tx"); } |
| 74 | inline QColor kBgTxActiveHot() { return AetherSDR::ThemeManager::instance().color("color.accent.danger"); } |
| 75 | inline QColor kBorderTxActive() { return AetherSDR::ThemeManager::instance().color("color.accent.danger"); } |
| 76 | inline QColor kTextTxActive() { return AetherSDR::ThemeManager::instance().color("color.accent.danger"); } |