cdCanvasPixel

Definition: include pGUI.e

cdCanvasPixel(cdCanvas hCdCanvas, atom x, y, integer color)
Description: Configures the pixel (x,y) with the color defined by color.
It is the smallest element of the canvas.
It depends only on global attributes of the canvas.
It can be very slow on some drivers.
Sometimes it is implemented as a rectangle with size 1x1.