Equv. to BlitzPlus

BlitzMax Forums/BlitzMax Programming/Equv. to BlitzPlus

plash(Posted 2007) [#1]
What would this be in bmax?
pixel = ReadPixel(0, 0, DesktopBuffer())



FlameDuck(Posted 2007) [#2]
There isn't one.


plash(Posted 2007) [#3]
You cant get pixels from the screen? :(


JazzieB(Posted 2007) [#4]
Not from the desktop, no. You can from the backbuffer, with CreateImage()/GrabImage(). There are no image buffers in BlitzMax.