converting rgb values to System.Drawing
- by Chris
Hi, I've looked around, but don't see this question - maybe its too easy, but I don't have it.
If I have file containing color values like:
255,
65535,
65280 ( I think this is green)
is there a way to either:
convert these to a System.Drawing.Color type or....better yet..
have .NET accept them as is to represent the color?
thanks,