| Author |
Question about Color and BufferedImage
|
Ivan Slavka
Greenhorn
Joined: Feb 06, 2012
Posts: 11
|
|
Hi guys,
I'm trying to learn more about java computer graphics, and in my study I encountered following problem.
Probably there is a simple solution to this, but I'm baffled.
Here's the question, why the integers that represent color are not the same?
Also I noticed that when I change value 255 => 254 the integer of the color object gets recalculated but the one in the bufferedImage doesn't, why is that?
|
 |
 |
|
|
subject: Question about Color and BufferedImage
|
|
|