Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working in different color spaces #655

Open
tebjan opened this issue Oct 1, 2023 · 0 comments
Open

Working in different color spaces #655

tebjan opened this issue Oct 1, 2023 · 0 comments

Comments

@tebjan
Copy link
Member

tebjan commented Oct 1, 2023

Is your feature request related to a problem? Please describe.
Working with colors in different color spaces. Nice video and why it can lead to better designs:
https://youtu.be/fv-wlo8yVhk

Describe the solution you'd like
Add the most common color types like XYZ, HSL, and OKLab and more importantly math and blending in these color spaces.
Something like: https://github.com/waacton/Unicolour
The implementation is quite interesting and based on new C# features like records, but it is based on double precision.
image
image

Describe alternatives you've considered
Using color conversion nodes everywhere and only using the RGBA as base type.

Additional context
This was planned from the beginning but was never on top of the priority list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant