BlitzMax Docs -> 2D - Category -> Graphics - Pixmaps -> WritePixel
WritePixel( pixmap:TPixmap,x,y,argb )
Returns:
Nothing.Description:
Write a pixel to a pixmapThe 32 bit argb value contains the following components:
| bits 24-31 | pixel alpha |
| bits 16-23 | pixel red |
| bits 8-15 | pixel green |
| bits 0-7 | pixel blue |
Comments
| ||
| Note that you have to pass the color in ARGB format, even if you are trying to plot a pixel in an RGBA-format pixmap. |
BlitzMax Manual Forum
Blitz3D Equivalent Command




