[Q] smali color coding???????

Search This thread

gufemur

New member
Oct 4, 2010
3
0
I've searched and searched and can't find my answer, so if this has already been discussed, I appoligize. I'm trying to edit colors in various smali files and am trying to understand the breakdown of the color coding. ie const/high16 v6, -0x100. I've seen that some of you are simply taking out the high16 and then entering a standard hex color code. Could someone just explain what the different portions of that code stand for? If I sound like a NOOB, it's because I am. Please have mercy on my soul:)
 

-= sk0t =-

Member
May 4, 2010
9
55
If still need
const/high16 v6, -0x100 = const v6, -0x1000000 = FF000000
const/high16 v6, -0x1 = const v6, -0x10000 = FFFF0000
const v6, -0x100 = FFFFFF00
const v6, -0x1 = FFFFFFFF

7VV0D.png

http://www.mediafire.com/?xyl88qzm6m7652r
 
Last edited:

Pneuma1985

Senior Member
Jan 5, 2011
903
1,069
Around
Most useful smali color coding tool out there that I have found... Anyone find better please let us know... Id like to have one that helps with the variables as well that would be nice...
 

Top Liked Posts