I am working on a windows phone game, and I got stuck when I wanted to convert a HEX string into Color. On windows phone 8 silverlight it is not a problem but I cannot find a so
You can use
var color = new SolidColorBrush(Color.FromArgb(0xFF, 0xFF, 0, 0));