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

Function kCurveColor

src/gui/ClientGateCurveWidget.cpp:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23inline QColor kAxisLabelColor() { return AetherSDR::ThemeManager::instance().color("color.text.label"); }
24inline QColor kIdentityColor() { return AetherSDR::ThemeManager::instance().color("color.background.1"); }
25inline QColor kCurveColor() { return AetherSDR::ThemeManager::instance().color("color.accent.warning"); } // amber — reads as gate/expander
26inline QColor kBallGlowColor() { return AetherSDR::ThemeManager::instance().color("color.accent.warning"); }
27inline QColor kBallCoreColor() { return AetherSDR::ThemeManager::instance().color("color.text.primary"); } // -80..0 dB range with matching majors; gate can attenuate much
28// deeper than comp, so the grid needs to show the full -80 floor.

Callers 1

drawCurveMethod · 0.70

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected