[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] Surfaces with Transparent Backgrounds



Hi,

I have a function that loads image strips and returns the images in lists. To do this, I create new surfaces and blit the strips to them at an offset.

My question is: Is there a way to create surfaces with transparent backgrounds? The images have quite a bit of semi-transparent pixels in them, so I can't use colorkeys.

Thanks,

--
- pymike