Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/culori/hwb/definition.js>default

A comprehensive color library for JavaScript.
Latest
variable default
import { default } from "https://deno.land/x/culori@v4.0.1/hwb/definition.js";

type

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