UNPKG

@thi.ng/color

Version:

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

10 lines 231 B
import type { ColorOp } from "../api.js"; /** * @remarks * Reference: https://bottosson.github.io/posts/oklab/ * * @param out - * @param src - */ export declare const rgbOklab: ColorOp; //# sourceMappingURL=rgb-oklab.d.ts.map