How can I get Color from a Hex color code(e.g. #FFDFD991)?
I am reading a file and getting Hex color code, I need to create the corresponding System.Windows.Media.Color instance for the Hex color code. Is there any inbuilt method in framework to do this?
#FF0000is an HTML (or hexadecimal) color code, not a hash code. Please learn the difference. – SLaks Jan 21 '10 at 14:15