sharkdp / pastel

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

Create a set of N maximally distinct colors #65

Closed sharkdp closed 5 years ago

sharkdp commented 5 years ago

See:

sharkdp commented 5 years ago
# generate 11 distinct colors
cargo distinct 11
cargo distinct 11 --num-iterations 1000000
cargo distinct 11 --max-luminance 0.8

# generate 8 additional colors (start with the given three)
cargo distinct 8 red blue yellow

optimize:

sharkdp commented 5 years ago

This is almost done, but currently not yet enabled, as it needs to be clean up a bit.