Skip to main content
Latest
interface ColorSpaceEnumValues
import { type ColorSpaceEnumValues } from "https://deno.land/x/targadactyl@1.2.0/deps.ts";

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

Properties

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

Methods

Equals(a: ColorSpace, b: ColorSpace): boolean

Returns true if the two color spaces are equal.