UNPKG

@thi.ng/color

Version:

Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets

9 lines 593 B
import type { ReadonlyVec } from "@thi.ng/vectors"; import type { Color, ColorMatrix, ReadonlyColor } from "../api.js"; /** @internal */ export declare const __mulV33: (out: Color | null, mat: ReadonlyVec, src: ReadonlyColor, clampOut?: boolean) => import("@thi.ng/vectors").Vec<number>; /** @internal */ export declare const __mulV45: (out: Color | null, mat: ColorMatrix, src: ReadonlyColor, clampOut?: boolean) => import("@thi.ng/vectors").Vec<number>; /** @internal */ export declare const __mulM45: (a: ColorMatrix, b: ColorMatrix) => ColorMatrix; //# sourceMappingURL=matrix-ops.d.ts.map