NAME: GetPixel USE: Returns the value of the pixel located at the specified coordinates. DEPENDENCY: Must first be in graphics mode. The unit Graph must also be placed in the uses section. SYNTAX: GetPixel(X, Y : Integer);