Skip to main content
Module

x/fresh/tests/deps.ts>colors.Rgb

The next-gen web framework.
Extremely Popular
Latest
interface colors.Rgb
import { type colors } from "https://deno.land/x/fresh@1.7.1/tests/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