Which of these are you using in your code right now?
SDL_BLENDMODE_MASK,
SDL_BLENDMODE_BLEND,
SDL_BLENDMODE_ADD,
SDL_BLENDMODE_MOD–
-Sam Lantinga, Founder and President, Galaxy Gameworks LLC
I’m using SDL_BLENDMODE_MASK and SDL_BLENDMODE_BLENDFrom: sdl-bounces@lists.libsdl.org [mailto:sdl-bounces at lists.libsdl.org] On
Behalf Of Sam Lantinga
Sent: Friday, January 21, 2011 6:55 PM
To: SDL
Subject: [SDL] Anyone using SDL 1.3 blend modes?
Which of these are you using in your code right now?
SDL_BLENDMODE_MASK,
SDL_BLENDMODE_BLEND,
SDL_BLENDMODE_ADD,
SDL_BLENDMODE_MOD
–
-Sam Lantinga, Founder and President, Galaxy Gameworks LLC
Just _MASK & _BLEND here.On Fri, Jan 21, 2011 at 18:55, Sam Lantinga wrote:
Which of these are you using in your code right now?
SDL_BLENDMODE_MASK,
SDL_BLENDMODE_BLEND,
SDL_BLENDMODE_ADD,
SDL_BLENDMODE_MOD
–
Do what you can, where you are, with what you have. - T. Roosevelt
I’m using Blend, Add and Mod, though Mask might be more appropriate than Blend
for some of the stuff I use it for.________________________________
From: slouken@libsdl.org (slouken)
Subject: [SDL] Anyone using SDL 1.3 blend modes?
Which of these are you using in your code right now?
SDL_BLENDMODE_MASK,
SDL_BLENDMODE_BLEND,
SDL_BLENDMODE_ADD,
SDL_BLENDMODE_MOD