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