Model - Ops
API reference for src/lanes/textures/ops on @huukhanhnguyen/model, reachable from ..
See the Guide for the ModelJSON / evaluate pipeline.
API reference
Signatures are generated from the live package .d.ts - not hand-written.
normalizeColorStops
function
Color-ramp stops — object form only (schema-hygiene §D): [{t:0, color:'#000'}, {t:1, color:'#fff'}]. A positional [[t, color], …] tuple throws — it is not a second spelling, it is an error.
normalizeColorStops(raw: unknown, method?: string): { t: number; color: string; }[]