import type { Color } from "./Color.js"; export type GradientStop = { position: number; color: Color; };