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

Function kHandleFill

src/gui/ClientCompThresholdFader.cpp:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26constexpr float kPeakRelease = 0.08f;
27
28inline QColor kHandleFill() { return AetherSDR::ThemeManager::instance().color("color.accent.warning"); } // amber — same as threshold chevron
29inline QColor kHandleStroke() { return AetherSDR::ThemeManager::instance().color("color.background.0"); }
30inline QColor kHandleCenter() { return AetherSDR::ThemeManager::instance().color("color.background.tx"); }
31} // namespace

Callers 1

paintEventMethod · 0.85

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected