Login  Register

how to draw a matrix of color values?

Posted by rtayek on Aug 29, 2012; 7:39am
URL: https://forum.jogamp.org/how-to-draw-a-matrix-of-color-values-tp4025933.html

hi, i have a 1024x1024 matrix of java.awt.Colors. i want to draw this to the screen.

this is a 2d app that will run on a windows 7 pc with a good graphics card.

should i use draw array, draw pixels, or make an image?

thanks