hues
hues copied to clipboard
Generate palettes of distinct colours through k means clustering of LAB colour space.
``` >> iwanthue(10,130,176,116,156,79,100) Error in sample.int(m, k) : cannot take a sample larger than the population when 'replace = FALSE' >> packageVersion("hues") [1] ‘0.2.0.9000’ ```
``` >> iwanthue(10,0,94,57,90,0,14) Error in CheckMatrix(coords) : invalid color matrix >> packageVersion("hues") [1] ‘0.2.0.9000’ ```
Hi, I sometimes have this weird error even if I just load hues library. I still can't create a reprex for this issue, bacause I haven't figured out under which...
If say, I wanted to re-create the "roses" example on http://medialab.github.io/iwanthue/ I would need to use hmin 330 and hmax 20, and the function would need to know to use...