Skip to main content
Module

x/culori/index.js>modeHwb

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