Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface ColorSpaceEnumValues
import { type ColorSpaceEnumValues } from "https://deno.land/x/canvaseno@v1.0.2/mod.ts";

The currently supported color spaces. These are all singleton values.

Properties

readonly
SRGB: ColorSpace
readonly
DISPLAY_P3: ColorSpace
readonly
ADOBE_RGB: ColorSpace