At the moment I'm using 24bit bitmaps for my game (Downfall). Would the program be speeded up much if I used 8 bit bitmaps? Does the Draw procedure render an 8 bit bitmap to the screen faster than a 24 bit bitmap?
Thanks

Peter