GfxSetPixel
|
Low-level graphics |
| SYNTAX | GfxSetPixel( x, y, color ) |
| RETURNS | NOTHING |
| FUNCTION | Sets the pixel at the specified x, y coordinates to the specified color. The point must be in the visible part drawing surface (otherwise it won't be painted).
Parameters
NOTE: This is LOW-LEVEL graphic function. To learn more about low-level graphic functions please read TUTORIAL: Using low-level graphics. |
| EXAMPLE |
GfxSetPixel( 20, 20 );
|
| SEE ALSO | GfxLineTo() function , GfxMoveTo() function |
The GfxSetPixel function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.