So the question is: is it possible (with java), to get the pixels color, change it's value, and displaying the new color on top of the same pixel, and very importantly- in real time?
The application itself should be invisible while running, just the desired pixels are displayed in changed color.
Just want to know if it can be done with java, and if not, what is the most practical way of doing it.