Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/chalkpot_color/color/rgb.ts>Rgb

Color is a tool for creating RGB color by range and by HSL without leaving RGB space.
Latest
type alias Rgb
import { type Rgb } from "https://deno.land/x/chalkpot_color@3.1.0/color/rgb.ts";

The alias describing three colors is RGB, each of which is a component.

definition: [number, number, number]