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

Re: [pygame] Alpha blitting problems...answers anyone?



On Thu, 2005-03-31 at 21:17 +0100, Chris Smith wrote:
> Thanks, that cleared it up nicely. Does this mean that any image can
> be converted to alpha, with image.set_alpha() or is it just 32 bit
> images?

Yes, any type of image can be blitted with transparency. Just remember
that it works differently on images that have per pixel alphas.