Skip to main content
Module

x/culori/index.js>modeLchuv

A comprehensive color library for JavaScript.
Go to Latest
variable modeLchuv
Re-export
import { modeLchuv } from "https://deno.land/x/culori@v2.1.1/index.js";

type

{ mode: string; toMode: { luv; rgb; }; fromMode: { rgb; luv; }; channels: string[]; parse: string[]; serialize: string; ranges: { l: number[]; c: number[]; h: number[]; }; interpolate: { h: { use; fixup; }; c; l; alpha: { use; fixup; }; }; difference: { h; }; average: { h; }; }