Help


from Wikipedia
«  
A loop that examines each bit in the mask and copies the pixel from the sprite only if the mask is set will be much slower than hardware that can apply exactly the same operation to every pixel.
Instead a masked blit can be implemented with two regular BitBlit operations using the AND and OR raster operations.

1.919 seconds.