Skip to main content
Module

x/colormath/mod.ts>ColorValue

A color conversion and color manipulation library written in typescript for Node.js, Deno and Browser 🎨.
Latest
type alias ColorValue
import { type ColorValue } from "https://deno.land/x/colormath@1.2.4/mod.ts";

A union type of [r, g, b] values or hexadecimal string.

definition: number[] | string