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
766 stars 120 forks source link

Fix transform.hsl() to work on any Surface #2948

Closed itzpr3d4t0r closed 1 week ago

itzpr3d4t0r commented 1 week ago

Closes #2947.

ankith26 commented 1 week ago

Why does newsurf_fromsurf not guarantee that the exact same format is used? I feel like that's the issue that should be addressed, or am I missing something