Skip to content

Commit

Permalink
Added extra colorspaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Aug 24, 2024
1 parent d4ed844 commit ca2671f
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion src/enums/color-space.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,35 @@ export enum ColorSpace {
/**
* LinearGray.
*/
LinearGray
LinearGray,

/**
* Jzazbz.
*/
Jzazbz,

/**
* DisplayP3.
*/
DisplayP3,

/**
* Adobe98.
*/
Adobe98,

/**
* ProPhoto.
*/
ProPhoto,

/**
* Oklab.
*/
Oklab,

/**
* Oklch.
*/
Oklch
}

0 comments on commit ca2671f

Please sign in to comment.