Wiki Page Content

Differences between revisions 13 and 14
Revision 13 as of 2011-02-24 20:16:16
Size: 856
Editor: SheenaSmith
Comment: update page - 2/4 changeset 5184 (2/23 5391)
Revision 14 as of 2011-07-02 00:47:33
Size: 954
Editor: SheenaSmith
Comment: notes for me
Deletions are marked like this. Additions are marked like this.
Line 37: Line 37:

##Actually from the SDL_blendmode.h header which does not have it's own category in this wiki.

SDL_BlendMode

An enumeration of blend modes used in SDL_RenderCopy() and drawing operations.

Values

SDL_BLENDMODE_NONE

no blending

SDL_BLENDMODE_BLEND

dst = (src * A) + (dst * (1-A))

SDL_BLENDMODE_ADD

dst = (src * A) + dst

SDL_BLENDMODE_MOD

dst = src * dst

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryEnum, CategoryVideo

None: SDL_BlendMode (last edited 2013-08-08 20:57:51 by Sam Lantinga)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit