How can I get a color from a hexadecimal color code (e.g. #FFDFD991)?
#FFDFD991
I am reading a file and am getting a hexadecimal color code. I need to create the
If you mean HashCode as in .GetHashCode(), I'm afraid you can't go back. Hash functions are not bi-directional, you can go 'forward' only, not back.
.GetHashCode()
Follow Oded's suggestion if you need to get the color based on the hexadecimal value of the color.