NamedColors.jl
NamedColors.jl copied to clipboard
More color names than you ever knew you wanted
This is 7750 names colors given as RGB, in a pdf. https://images.sherwin-williams.com/content_images/sw-pdf-sherwin-williams-color.pdf Need to check the copyright on the list.
I am not an HTML/Docs expert but if possible a large interactive table with a search field atop would maybe be nice for this large amount of named colours? It...
Eg `xkcd` should be below `x11`. Code is at https://github.com/JuliaGraphics/NamedColors.jl/blob/7f5831233142f30a3b4db8f26f2b05163d37c9c7/src/NamedColors.jl#L12
I need to regenerate that chart. Which probably means I need to run julia in some environment that has a GUI
Right now, we are forcing all colors to be RGB24. This only affects the Winsor Newton colors for now. No one can tell on normal computer screens, but in theory...