DEMO version ! After registering you will receive a complete version.

Description

This function puts a pixel on-screen at position ('X','Y'). The color of
the pixel is determined by the value of 'Color'. In 16 color modes the
value may range from 0 to 15; In 256 color modes from 0 to 255; In 32k color
modes from 0 to 32767 and in 64k color modes from 0 to 65535.
Clipping is performed.

This function can be used only if you have set the screen to a graphic mode
using FGLSetMode().


Syntax

FGLSetPixel(< X >,< Y >,< Color >) -> Result.