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

x/colormath/src/utils.ts>RGB

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

A lambda function to convert a ColorValue to rgb values.

type

(x: ColorValue) => unknown