C# colour picker ???
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Is there a colour picker in C# to choose from the Color enumeration by color or name ? If not, I thought I might write one, but I'd hate to do it and find out there's one as standard.... Christian The tragedy of cyberspace - that so much can travel so far, and yet mean so little.
-
Is there a colour picker in C# to choose from the Color enumeration by color or name ? If not, I thought I might write one, but I'd hate to do it and find out there's one as standard.... Christian The tragedy of cyberspace - that so much can travel so far, and yet mean so little.
Just the good old Color Dialog is truly documented. I did notice a number of color pickers in the C#/Controls section here on Code Project. Regards