A handy .NET color reference

Posted: (EET/GMT+2)

 

I needed to do some GDI+ drawing with C#, and needed to specify colors. The System.Drawing.Color structure has many ready-selected colors which can be accessed by name.

But the problem was, how do you know how the colors "Chartreuse" or "Honeydew" actually look like?

The SDK documentation doesn't have a color table, but luckily it was easy to find such a reference on the 'net. OpinionatedGeek has it.