Starting with this string...
"color": "0xFF536DFE",
convert this string into a Color constant that could be used in a widget Color parameter?
something like this...
int hexValue = 0xFF536DFE;
I am doing it with some code, but I would image there to be a simpler way of doing this.