Sujet : good way to choose 15 colors? Or 20, more? (adjacent colors should look different) De : HenHanna (at) *nospam* devnull.tb (HenHanna) Groupes :comp.lang.python Date : 02. Jul 2024, 15:49:59 Autres entêtes Organisation : A noiseless patient Spider Message-ID :<v6142n$1m6mo$1@dont-email.me> User-Agent : Mozilla Thunderbird
black= (0,0,0) white= (255,255, 255) blue= (0, 0, 128) pink= (245, 182, 193) green= (0, 128, 0) gray= (105,105, 105) red= (128, 0,0) yellow= (255, 255,0) cyan= (0, 255, 255) magenta= (255,0, 255) purple= ( 160, 32, 240) ------------------ that's 11 colors What's a good way to choose 15 colors? Or 20 colors? Or more? (adjacent colors should look different)
Date
Sujet
#
Auteur
2 Jul 24
good way to choose 15 colors? Or 20, more? (adjacent colors should look different)