Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Color

import type { Color } from "https://googleapis.deno.dev/v1/docs:v1.ts";

A solid color.

interface Color {
rgbColor?: RgbColor;
}

§Properties

§
rgbColor?: RgbColor
[src]

The RGB color value.