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

x/culori/hwb/definition.js>default

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