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

Usage

import * as color.es from "https://raw.githubusercontent.com/i-xi-dev/color.es/5.2.10/mod.ts";

§Namespaces

CssColorFormat

The CSS color value format.

§Classes

RgbColor

A color represented by red, green, and blue channels

§Functions

CssColorFormat.format

Creates CSS color value from an instance of RgbColor.

CssColorFormat.parse

Creates a new instance of RgbColor from a CSS color value.

§Type Aliases

CssColorFormat.FormatOptions