ChromaRampKnobs import type {ChromaRampKnobs} from '@fuzdev/fuz_css/ramps.js'; Knobs for the symmetric mid-peaked chroma curve,
C(t) = min + (max - min) * pow(4t(1-t), curve).
The curve expresses the *request*; rendered stops are clamped by
PALETTE_CHROMA_CAPS per stop, and --chroma_scale multiplies above the
clamp (so vivid themes can knowingly push past the caps and gamut-clip).
chroma_min
Chroma requested at the ramp endpoints (stops 00/100), before capping.
type number
chroma_max
Chroma requested at the ramp midpoint (stop 50), before capping.
type number
curve
Falloff exponent of the peak; higher concentrates chroma at the middle.
type number