views:

7

answers:

0

I'm creating an application that works with charts. There are lots of charts in it, so I need lots of colors. It turned out it's a problem to find a good palette. In my case good palette is the one that satisfies following conditions:
1. There no colors that are similar to white, because the background is similar to white.
2. Neighbor colors are not alike (in my application curves which indexes are near lie near too).

It would be great if palette would be in C# format, but any other would be great.