i use image.getRGB(x,y); and the result is : -16777216
When i convert -16777216 to binary term, i get result :
1111 1111 1111 1111 1111 1111 1111 1111 1111 1111 0000 0000 0000 0000 0000 0000
My question is, what the meaning for each binary above? (can you explain where is Red, Green, Blue, Alpha without using Color Class)
Thanks for help.