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

Function kBorderTxActive

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

Source from the content-addressed store, hash-verified

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"); }
77inline QColor kConnector() { return AetherSDR::ThemeManager::instance().color("color.background.1"); }
78inline QColor kTextLabel() { return AetherSDR::ThemeManager::instance().color("color.text.primary"); }

Callers 1

paintEventMethod · 0.70

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected