Definition: | putDibPixel(a32Dib dib, integer x, integer y, colour bgr) |
Description: | Puts a pixel with the specified colour on the bitmap at position (x, y). |
Comments: | Does nothing if x,y lies outside the bitmap. |
See Also: | fastputDibPixel |
Definition: | putDibPixel(a32Dib dib, integer x, integer y, colour bgr) |
Description: | Puts a pixel with the specified colour on the bitmap at position (x, y). |
Comments: | Does nothing if x,y lies outside the bitmap. |
See Also: | fastputDibPixel |