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

ColorSpace

import type { ColorSpace } from "https://raw.githubusercontent.com/i-xi-dev/color.es/5.2.10/src/color_space.ts";

The color space

type ColorSpace = ColorSpace[keyof ColorSpace];

§Type

§
ColorSpace[keyof ColorSpace]
[src]