Go to the source code of this file.
Enumerations | |
enum | SDL_BlendMode { SDL_BLENDMODE_NONE = 0x00000000, SDL_BLENDMODE_BLEND = 0x00000001, SDL_BLENDMODE_ADD = 0x00000002, SDL_BLENDMODE_MOD = 0x00000004 } |
The blend mode used in SDL_RenderCopy() and drawing operations. More... | |
Header file declaring the SDL_BlendMode enumeration
enum SDL_BlendMode |
The blend mode used in SDL_RenderCopy() and drawing operations.