/** RGB color, each channel in [0, 1]. */ export type RGB = readonly [number, number, number]; //# sourceMappingURL=primitives.types.d.ts.map