Skip to main content
Module

x/culori/index.js>modeJab

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

type

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