Skip to main content
Module

x/culori/index.js>modeRgb

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

type

{ mode: string; channels: string[]; parse: any[]; serialize: string; interpolate: { r; g; b; alpha: { use; fixup; }; }; }