ImageData::GetPixel

ImageData::GetPixel
Color GetPixel(unsigned x, unsigned y) const;
Description

GetPixel returns the pixel at the specified coordinates in an image.

Parameters
Parameters 
Description 
unsigned y 
The y coordinate in the image. 
Return Value

The pixel.