Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
SDL_blendmode.h File Reference
Header file declaring the SDL_BlendMode enumeration. More...
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... |
Detailed Description
Header file declaring the SDL_BlendMode enumeration.
Definition in file SDL_blendmode.h.
Enumeration Type Documentation
enum SDL_BlendMode |
The blend mode used in SDL_RenderCopy() and drawing operations.
- Enumerator:
Definition at line 40 of file SDL_blendmode.h.
Generated on Tue Jul 12 2022 13:56:25 by
