I am using a 24bit gun image for my game.
When i Color key it and remove the white background.
//color key mp5
colorkey= SDL_MapRGB(opgun->format,0xff,0xff,0xff);
But this doesnt colorkey properly.
When i use 8 bit screen mode, the color key works but the quality is fairly degraded.
Any advice on how to correct this? 32bit images colorkey properly.