The ColorSpace type is derived from the space property of the Color interface.
It defines the specific color encoding such as RGB, HSL, LAB, or other color spaces.
This type is typically used to specify or query the color space
associated with a color object in a type-safe way.
Represents the color space of a given color type.
The
ColorSpace
type is derived from thespace
property of theColor
interface. It defines the specific color encoding such as RGB, HSL, LAB, or other color spaces.This type is typically used to specify or query the color space associated with a color object in a type-safe way.