fastPutDibPixel

Definition: fastPutDibPixel(a32Dib dib, integer x, integer y, colour bgr)
Description: Puts a pixel with the specified colour on the bitmap at position (x, y).
Comments: This is much faster than putDibPixel, but does not check for boundaries. Only use this procedure if you are absolutely sure that (x, y) is on the bitmap.
See Also: putDibPixel