Pixel Color

Hi, Is it possible to get the color value of the particular pixel from the frame buffer. If yes, how is it possible? Please give the code.

Just use glReadPixels() - it’s not too difficult