Skip to main content
Module

x/culori/index.js>modeXyb

A comprehensive color library for JavaScript.
Latest
variable modeXyb
Re-export
import { modeXyb } from "https://deno.land/x/culori@v4.0.1/index.js";

type

{ mode: string; channels: string[]; parse: string[]; serialize: string; toMode: { rgb; }; fromMode: { rgb; }; ranges: { x: any[]; y: number[]; b: any[]; }; interpolate: { x; y; b; alpha: { use; fixup; }; }; }