Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing pygame.BLENDMODE_MULT for the SDL Blendmodes #3255

Closed
Donut122 opened this issue Dec 5, 2024 · 0 comments · Fixed by #3258
Closed

Missing pygame.BLENDMODE_MULT for the SDL Blendmodes #3255

Donut122 opened this issue Dec 5, 2024 · 0 comments · Fixed by #3258
Labels
cython enhancement Experimental Experimental code _sdl2 pygame._sdl2

Comments

@Donut122
Copy link

Donut122 commented Dec 5, 2024

For some reason SDL_BLENDMODE_MULT has been omitted from the pygame.BLENDMODE_* blend modes for textures. I wasnt able to find any reasons for this omission and it seems like a very strange thing to leave out.

image

image

@Donut122 Donut122 changed the title Missing pygame.BLENDMODE_MULT for the SDL Blendmode's Missing pygame.BLENDMODE_MULT for the SDL Blendmodes Dec 5, 2024
@oddbookworm oddbookworm added Experimental Experimental code _sdl2 pygame._sdl2 cython labels Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cython enhancement Experimental Experimental code _sdl2 pygame._sdl2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants