thednp / color

🎨 Fast color conversion tool made in TypeScript
MIT License
1 stars 0 forks source link

Any plans for the upcoming colourspaces: display-p3, rec2020? #1

Closed dgrammatiko closed 2 years ago

dgrammatiko commented 2 years ago

Ref:

thednp commented 2 years ago

Sup @dgrammatiko:

What's your take on it?

dgrammatiko commented 2 years ago

I'm using an alternative lib: colorjs.io for my pickers so I can roll things with display-P3 (by the end of the year all browsers will support display-p3,lch,lab,etc it's on the interop 2022: https://web.dev/interop-2022/). The problem with the wider gamut is that it might need some out of bounds clipping and this might get too complicated too soon. Anyways this looks great and I'm sure you will support all the new fancy staff later on. Keep up the good work!

thednp commented 2 years ago

Thanks!

My main focus atm is to have it all TypeScript setup (sources and testing suite) and easy to integrate with existing tech (forms, compilers, today's browsers, etc). In the future we'll do what's in the future.

Thanks again!