3 integers from ARGB integer
Hi,I use getRGB function to get an integer ARGB for each pixel of my image.ARGB = (byte) img.getRGB(x, y);How can I parse this value in order to have 3 integers R, G, B ?thank you
[214 byte] By [
aneuryzmaa] at [2007-11-27 5:53:18]
