So I wrote a quick little demo application that might come in handy for a variety of different people.
Ever curious at how many colors are available in the .Net System.Drawing.Color Structure? Wonder what they look like?
Here’s your solution. DevelopStuff.Examples.ColorChart
Feature List:
- Uses reflection to cache available colors.
- Sorting by Name, RGB values, and clustering (as shown above).
- Ability to save colors according to form size to JPG,PNG,GIF, and BMP.
- Uses Double Buffering.
- Automatically resizes and redraws swatches.
This software is distributed under the MIT License (included in the code).
latest:
svn co http://developstuff.googlecode.com/svn/colorchart C:DevelopStuff.Examples.ColorChart
