I have a color into the follow format 0xAABBCC as String.
I need to convert it into Color, but seems like there is not such method, and all available is returning Integer results, which seems incompatible with Color object;
- How to create instance of
Colorclass from givenHEXstring in the format described above ?