GetPixel
Return color of pixel
Declaration
Source position: graphh.inc line 665
var
GetPixel : getpixelproc;
Description
GetPixel returns the color of the point at (X,Y)
Errors
None.
See also
| Name | Description |
|---|---|
| getpixelproc | Standard pixel fetching routine prototype |
| PutPixel | Draw a pixel on the screen |