The Colors class exposes too complicated properties (i.e. beige and other column I don’t need).
I only want a list of the main colors, or at least the list should be ordered by extremeness, i.e. should first contain the explicit colors like black, white, red, green, blue, then should go to more complex combinations like yello, orange, purple, etc.
Update
I don’t think there is any agreed-upon definition of what are “main” colors, if you want a collection of only certain colors you will have to define them yourself. Also, the .Net Colors are not ordered, so you will have to create your own ordered collection to get certain colors “before” others.