-
I'm creating a patch here:
https://github.com/briend/mypaint/tree/LumaFix1
Some background from Bruce Lindbloom:
http://www.brucelindbloom.com/index.html?Eqn_RGB_XYZ_Matrix.html
> Perhaps you'…
-
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'…
-
Hi and thanks for this libary, it looks pretty useful! I generated a gradient over the hues 0 to 360 with the `Hcl` function, and the output looks wrong. Using the `Hsl` or `Hsv` functions causes no p…
-
Originally reported on Google Code with ID 2815
```
This is not really a bug, but ust the way it is and I'm wondering if perhaps there is
a better way;
The following picture as high saturation red c…
-
Originally reported on Google Code with ID 2014
```
I will try to add HSL toning to complement the "Black and white images with channel-mixer
4.2" in issue 4.2:)
```
Reported by `michaelezra000` on …
-
Fortunately DrSlony brought his color checker to our meeting in Provence.
We also have been lucky to find a tungsten bulb :smiley:
So DrSlony made same color checker shots with my rusty Nikon D700 w…
-
-
The docs state (http://gka.github.io/chroma.js/#chroma-lch):
> ### chroma.lch
>
> **L**: Lightness, **c**: chroma (0-1), **h**: hue (0-1).
>
> ```
> chroma.lch(80, 40, 130);
> chroma(80, 40, 130, '…
-
Looking at http://gka.github.io/chroma.js/#color-lch I see
> L: Lightness, c: chroma (0-1), h: hue (0-1).
> Example: `chroma.lch(80, 40, 130);`
These seem to contradict each other: passing in values…
-
I’m looking for a simple way of associating random colors to users to make them easily recognizable in a collaborative environment. I wanted to use Chroma for this, as there are neat methods to ensure…