Hello,
I have some Images (or BufferedImages) that I need to get the Color of some pixels (x, y). Is there a way to do that? Java API says I need to get BufferedImage's Raster and use function getPixel, but the function returns an array of doubles. I need just the Color. Thank you,
JVFF
I have some Images (or BufferedImages) that I need to get the Color of some pixels (x, y). Is there a way to do that? Java API says I need to get BufferedImage's Raster and use function getPixel, but the function returns an array of doubles. I need just the Color. Thank you,
JVFF