Easy way to blit one pixmap into another?
BlitzMax Forums/BlitzMax Programming/Easy way to blit one pixmap into another?
| ||
| Can't seem to find any functions beside reading and writing pixels? |
| ||
| BitBlit |
| ||
| I was hoping for a more blitmaxie, crossplatform solution :) |
| ||
| Pixmap paste? <edit> Maybe This |
| ||
| For some reason it doesn't have a function, only a method, but yeah tpixmap.paste is what you want. |
| ||
| Ahh thanks. Works like a charm :) |