-
This might help in making suggestions, because it should make it easier to darken/lighten a colour until a solution is found.
-
Have you thought of using the [CIELAB color space](https://en.wikipedia.org/wiki/CIELAB_color_space) instead of HSV/RGB?
I have had pretty good success using this, but have only implemented it in gol…
-
It would be awesome to have CIELab conversion with a CIELab Color Picker (Yes it is different from a normal one).
Also, nice CMYK conversion might not be a bad Idea!
-
Why loss at b channel of lab is plus not subtraction?
-
Currently, the product data network uses the [CIELAB color space](https://en.wikipedia.org/wiki/CIELAB_color_space) ([example](https://github.com/building-envelope-data/api/blob/3f4d20eeb5a2e45fcf4ba0…
-
Hi Harald,
is there any example of reading raw values of cielab tiff? Almost all examples are ending in Bufferedimage domain, and this one has only int[] getRgb method...
I checked advanced usage w…
-
"You're basically just running kmeans on the pixels, right? If that's correct, I'd strongly recommend you use a "perceptually uniform" color space and distance metric, like CIELAB. Even HSV would be b…
-
Some LAB values are being changed by the composite operator even when color blending is not expected. In my case I'm building images that have only fully opaque and fully transparent regions of a sin…
-
Virtually the same code as #11, but using e.g. [PyCuda](https://documen.tician.de/pycuda/index.html).
-
**Describe the bug**
This fork of chroma.js returns wrong CSS colors.
**To Reproduce**
Steps to reproduce the behavior:
1. convert a color like `yellow` to CSS lab using `chroma('yellow').css(…