-
It's technically already implemented, might as well throw it in here as well 🙂. It's a pretty limited color space, but no sense throwing away work.
-
Please read and fill out this template by replacing the instructions with appropriate information. If the template is not followed, the issue will be marked `Invalid` and closed.
Before submitting…
-
Should we limit the default registered color spaces to just CSS colors? Or just include them all and let the user subclass and deregister what they don't want? This goes for delta E plugins etc.
Ri…
-
- [x] Create a working gist that can be used in the [Playground](https://facelessuser.github.io/coloraide/playground/).
- Gist: https://gist.github.com/facelessuser/08d17672dd640ed8ba34a02f770593…
-
It's my understanding that for the standard implementation, HSLuv ranges from `[0, 0, 0]` to `[360, 100, 100]`. I thought HPLuv would have the same range, but looking at `snapshot-rev4.json` I've seen…
-
e.g
```
>>> import husl
>>> husl.__version__
'4.0.3'
>>> husl.huslp_to_rgb(1,40,100)
[0.9999999999999524, 1.000000000000017, 1.0000000000000127]
>>> husl.husl_to_rgb(1,40,100)
[0.9999999999999524, 1.…
-
This is just a naive question I wasn't able to get an answer from Google about, but wondering why HUSL space isn't included. It claims to offer a uniform lightness color space like HCL/LAB.
There'…
-
[HSLuv](https://github.com/hsluv/hsluv/) is a human-friendly alternative to HSL.
--
chromatism is awesome, thank you!
-
I'm not able to get a round-trip working from `rgb -> hsluv -> rgb`. is this is a usage error, perhaps?
I receive a greyscale values, as though the saturation component is mistakingly zeroed.
Fo…
varon updated
7 years ago
-
In http://www.hsluv.org/comparison/, the HSL and CIELAB LCh representations seem to be plotted with a reversed Y axis compared to the HSLuv and HPLuv plots. Either the first two need to be flipped, or…