NAME: PutPixel USE: Turns on a single pixel at the specified place and with the specified color. DEPENDENCY: Must first be in graphics mode. The unit Graph must also be placed in the uses section. SYNTAX: PutPixel(X, Y : Integer; PixelColor : Word);