Open joelcarlson opened 8 years ago
Output palettes are not always particularly vibrant. An option to convert to a more attractive colorspace would be nice.
That is, in the median cut algorithm cut across LAB space, rather than RGB space.
eg.
x <-hex2RGB(lifeAquaticPalette) as(x,"LAB")
https://cran.r-project.org/web/packages/colorspace/colorspace.pdf
:+1:
Output palettes are not always particularly vibrant. An option to convert to a more attractive colorspace would be nice.
That is, in the median cut algorithm cut across LAB space, rather than RGB space.
eg.
https://cran.r-project.org/web/packages/colorspace/colorspace.pdf