diff --git a/types/src/space.d.ts b/types/src/space.d.ts index 8a199c1d8..4b2e52876 100644 --- a/types/src/space.d.ts +++ b/types/src/space.d.ts @@ -119,6 +119,7 @@ export default class ColorSpace { /** The ID used by CSS, such as `display-p3` or `--cam16-jmh` */ get cssId (): string; get isPolar (): boolean; + get isUnbounded (): boolean; name: string; id: string;