This is a follow up question. So, Java store\'s integers in two\'s-complements and you can do the following:
int ALPHA_MASK = 0xff000000;
I
And just to add insult to injury, this will work too:
-0x7F000000