Lloyd Kupchanko
Lloyd Kupchanko
I'm seeing the same irregularity in my shader based implementation in the hue range ```264.053 - 264.208```. The Evil Martians oklch color picker which is using [Culori](https://culorijs.org/) has the same...
> I dug into this more, and this issue can be reproduced using the author of Oklab's code found here: https://github.com/bottosson/bottosson.github.io/tree/master/misc/colorpicker. Interestingly, this doesn't happen if you were to render...
> CSS may not allow custom polar systems or arbitrary, non rgb color spaces, but this library does, I think there should be consistency for the user. That is my...
These tests have been ported. I was just looking at the count of tests in the browser and didn't realize there was an issue with htest and the deepest nested...
There are some failing tests This test fails because of a strict equality check: https://github.com/color-js/color.js/blob/49455aa13071bcc2bc275ede9cb5f0d7e5089de0/test/construct.js#L35 The test passes if I change === to == here: https://github.com/LeaVerou/htest/blob/70958deaf9bfd58ecb1f4ce247ffb7a9a3af2608/src/check.js#L43 Two other tests are...
> Good catch! > > It would be nice if we could add tests for these and somehow mark them as known failures. I could add a feature to htest...
I'll probably submit a PR for the HSLuv and HPLuv color spaces later tonight or tomorrow. Not sure if you want to wait for those color spaces before issuing a...
I think #408 should be dealt with before doing a release.
> I think #408 should be dealt with before doing a release. Nevermind, turns out it wasn't an issue.
> So we are blocked on solving > > * [REGRESSION: (Some) nonstandard color spaces error when round-tripping #433](https://github.com/color-js/color.js/issues/433) See my comment: https://github.com/color-js/color.js/issues/433#issuecomment-1942996302 The PR doesn't allow for parsing both...