Hello
I’m using JOGL for my application. I would like to know if it is possible to get the colors of a pixel, knowing its coordinates.
I’m using a GLCanvas constructed like this :
GLCanvas canvas = GLDrawableFactory.getFactory().createGLCanvas(new GLCapabilities());
canvas.addGLEventListener(new Renderer());
Thank you very much for answers.
Bye bye !