Skip to main content
Module

x/culori/index.js>modeItp

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

type

{ mode: string; channels: string[]; parse: string[]; serialize: string; toMode: { xyz65; rgb: (color) => unknown; }; fromMode: { xyz65; rgb: (color) => unknown; }; ranges: { i: number[]; t: any[]; p: any[]; }; interpolate: { i; t; p; alpha: { use; fixup; }; }; }