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

Function kThresholdHandle

src/gui/ClientCompEditorCanvas.cpp:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20constexpr float kHandleHitRadius = 10.0f;
21
22inline QColor kThresholdHandle() { return AetherSDR::ThemeManager::instance().color("color.accent.warning"); }
23inline QColor kRatioHandle() { return AetherSDR::ThemeManager::instance().color("color.accent.dim"); }
24inline QColor kHandleOutline() { return AetherSDR::ThemeManager::instance().color("color.text.primary"); }
25} // namespace

Callers 1

paintEventMethod · 0.85

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected