Skip to main content
Module

x/culori/index-fn.js>modeJch

A comprehensive color library for JavaScript.
Go to Latest
variable modeJch
import { modeJch } from "https://deno.land/x/culori@v4.0.0/index-fn.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; }; }