Hello,

I have been practising my direct draw 7 in VB6, I have created a game that will use the same bitmaps for up to 8 players of different colours. Other than creating bitmaps for each stick man colour is there a way of using the one bitmap but convert its colour based on which player I am blt'ing?

I have tried Palettes but they run too slow, I might have to write a function that creates the images in memory on the fly