Skip to main content
Latest
interface colors.Rgb
import { type colors } from "https://deno.land/x/fathym_ioc@v0.0.10/deps.ts";
const { Rgb } = colors;

RGB 8-bits per channel. Each in range 0->255 or 0x00->0xff

Properties

r: number

Red component value

g: number

Green component value

b: number

Blue component value