Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/culori/lchuv/definition.js>default

A comprehensive color library for JavaScript.
Latest
variable default
import { default } from "https://deno.land/x/culori@v4.0.1/lchuv/definition.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; }; }