Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
242 views

problem with making background of image transparent: pygame

I'm in the middle of working on a simple typing tutor using pygame. My problem is that I'm using an image that has a white background, waves1.png. Now's I've specified that I want white to be ...
0
votes
1answer
1k views

Using SDL to replace colors using SDL Color Keys

I am working an a simple Roguelike game, and using SDL as the display. The Graphics for the game is an image of Codepage 437, with the background being black, and the font white. Instead of using ...
0
votes
2answers
654 views

Why can't I use colorkey for SDL textures?

I wrote up this simple C program to test basic SDL 1.3 functionality. Everything works, with one minor problem. The colorkey doesn't get converted. I'm loading an 8-bit PNG sprite file where palette ...