SyntaxFix
Write A Post
Hire A Developer
Questions
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.