Interface: ParamRange
Single source of truth for all numeric shader param ranges. Drives both the UI slider bounds (params.ts) and the variation generator.
Each entry: { min, max, step }. Color and select params are not listed here (no numeric range needed).
Properties
min
ts
min: number;max
ts
max: number;step
ts
step: number;