I draw a bunch of rectangles on a siaply screen, and I wonder how I will read reading rgb color at a specific pixel location? For example, I want to get the color of a pixel in the place 0,0 on the display screen and return the value [0,0,0] (or the like).
source share