They are talking about a Memblock image or bitmap so like this:
Make memblock form bitmap Memblock,Bitmap
Then the memblock is filled like this:
12 byte header:
DWORD Width
DWORD Height
DWORD Depth
Color Data(RGB and Alpha)
DWORD per pixel for 32 bit depth
WORD per pixel for 16 bit depth
so then theres 1 DWORD/WORD for each pixel. you can edit this to the color you want then make the bitmap again with:
Make bitmap from memblock Bitmap,memblock
And you will have the Changed image. it's faster to use this and get the color data then using the POINT() function. and faster to edit images depending on what your doing.
New Site! Check it out \/