Java BufferedImage getting red, green and blue individually

Posted by deltanovember on Stack Overflow See other posts from Stack Overflow or by deltanovember
Published on 2010-04-11T00:02:38Z Indexed on 2010/04/11 0:03 UTC
Read the original article Hit count: 290

Filed under:
|

The getRGB method returns a single int. How can I get individually the red, green and blue colors all as values between 0 and 255?

© Stack Overflow or respective owner

Related posts about java

Related posts about bufferedimage