Skip to content

Commit

Permalink
Add isUnbounded to ColorSpace type
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydk committed Apr 6, 2024
1 parent 085a3bc commit a9dc16f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/src/space.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a9dc16f

Please sign in to comment.