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

x/colormath/src/utils.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/src/utils.ts";

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

definition: number[] | string