I know I can go the long route by…
- Adding a reference to System.Drawing
- Creating a System.Drawing.Color from the string
- Creating the System.Windows.Media.Color from the ARGB values of the System.Drawing.Color.
But this feels like serious overkill.
Is there an easier way?
1 Answer