Skip to main content
Module

x/culori/index.js>modeJch

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

type

{ mode: string; parse: string[]; serialize: string; toMode: { jab; rgb: (c) => unknown; }; fromMode: { rgb: (c) => unknown; jab; }; channels: string[]; ranges: { j: number[]; c: number[]; h: number[]; }; interpolate: { h: { use; fixup; }; c; j; alpha: { use; fixup; }; }; difference: { h; }; average: { h; }; }