Posted by Dennis de Wit on 07/24/06 09:44
Hi all,
I am trying to generate sort-of random colors. I want to be able to
generate n colors with the biggest variety of bright colors.
If for example I want 3 colours i might have
- red
- green
- blue
If i wanted 6 colors i might have
- red
- green
- blue
- yellow
- cyan
- pink
or something similar. Does anyone know a routine to do so? It should
also work for 15 or even 100 colors. I'm not getting any further than
making an array of predefined colors, which doesn't help me out far enough.
Any smart ideas?
Thanks in advance,
Dennis
[Back to original message]
|