sharkdp / pastel

A command-line tool to generate, analyze, convert and manipulate colors
Apache License 2.0
5.04k stars 97 forks source link

is uniform_rgb really uniform? #46

Closed sharkdp closed 5 years ago

sharkdp commented 5 years ago

see

pastel random -s uniform_rgb -n $(insect '255*255*255') | pastel format hex | grep 000000
sharkdp commented 5 years ago

Yes, it is uniform. The problem was that our output format (HSL with integer percentages for hue and lightness) was obviously not fine-granular enough!