The Code:
Ckey.low = RGB(255, 237, 255)
Ckey.high = RGB(255, 237, 255)
Person.SetColorKey DDCKEY_SRCBLT, Ckey
The Prob:
I have a sprite which I have blit onto the screen, but it does not use it's colour code. Do colour codes work with BltFast? Or must I use just normal BLT?
The 'Nfo:
The source pic is 256 colours, the screen is 32 bit colour. The screen is 800x600. I have tried the colour converter code but it does not work. HELP!!!
