5 ms·
Really cool! Any specific reason for the choice of Oklab instead of say HSL/HSV?
by jeremyscanvic 8mo ago
Really cool! Any specific reason for the choice of Oklab instead of say HSL/HSV?
- ronsor 8mo agoOklab is a great color space that does what you expect[0] much better than HSL/HSV. [0] https://bottosson.github.io/posts/oklab/ https://bottosson.github.io/posts/oklab/. The better a color space matches human perception, the easier it is to certain processing operations, such as converting to grayscale while preserving the perceived brightness.
- jeremyscanvic 8mo agoThanks!