pygame-community / pygame-ce

🐍🎮 pygame - Community Edition is a FOSS Python library for multimedia applications (like games). Built on top of the excellent SDL library.
https://pyga.me
939 stars 155 forks source link

``premul_alpha`` should also count global alpha #3155

Open bilhox opened 1 month ago

bilhox commented 1 month ago

Everything is in the title.

In my opinion we should either add a kwargs global_alpha to the method or make the function count the global alpha set on the surface.

CultistGameDev commented 1 month ago

Anyone working on this, or can hop in on it?

bilhox commented 1 month ago

Hi @RobertGameDev , sure you can work on it !