textOut.CurrentTextColor;
How to get Argb from it.
I have been tried many time with different function with no avail.
May anyone Help me ?
Asked
Active
Viewed 60 times
0
-
textView.getCurrentTextColor() return you the integer value, which is the same as the ARGB version of the color if compared correctly, read [here](http://stackoverflow.com/questions/17137489/getcurrenttextcolor-from-a-textview-returns-a-weird-color) – MatPag Mar 24 '17 at 10:53
-
I know but How to convert it to hex Have you got any function as example ?! I mean for example ```-1``` to ``#FFFFFFFF`` or To ```Argb``` byte ? – mico Mar 24 '17 at 11:03
-
Have you tried with this solution? [link](http://stackoverflow.com/a/6540378/2910520) – MatPag Mar 24 '17 at 11:04