import type { ArrayLikeIterable, Fn3, FnN2, ILength } from "@thi.ng/api"; export interface Color extends Iterable, ILength { [id: number]: number; } export type ReadonlyColor = ArrayLikeIterable; export type BlendFnF = Fn3; export type BlendFnI = FnN2; //# sourceMappingURL=api.d.ts.map