I can't find a way to get the transparency from a single pixel in a buffered image. I can get the RGB but not the transparency please help!
Asked
Active
Viewed 14 times
0
-
1`new Color(bufferedImage.getRGB(x, y), true).getAlpha()`? – MadProgrammer Feb 28 '18 at 23:00
-
Thanks don't know why I didn't think of that ( ͡° ͜ʖ ͡°) – ComputerCoderAN Feb 28 '18 at 23:12