DECLARE SUB DQBpset (BYVAL Layer, BYVAL x, BYVAL y, BYVAL Col)
Layer - Layer where to draw the pixel
x - Pixel x coordinate
y - Pixel y coordinate
Col - Pixel color
none
Sets a pixel onto specified layer, at given coordinates and with Col color.
This function is affected by the clipping box set by DQBsetClipBox.