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

Re: [pygame] Surface.blit() BLEND_ADD vs. BLEND_RGBA_ADD



Florian Berger wrote:

Now I will have to mess with the source PNGs to make sure that the RGB
color for fully transparent pixels is actually black.

What you need is an image with premultiplied alpha.
An operation for doing that might be a useful addition.

--
Greg