bindbc.sdl.bind.sdlblendmode

Undocumented in source.

Members

Aliases

SDL_BlendMode
alias SDL_BlendMode = int
Undocumented in source.
pSDL_ComposeCustomBlendMode
alias pSDL_ComposeCustomBlendMode = SDL_BlendMode function(SDL_BlendFactor srcColorFactor, SDL_BlendFactor dstColorFactor, SDL_BlendOperation colorOperation, SDL_BlendFactor srcAlphaFactor, SDL_BlendFactor dstAlphaFactor, SDL_BlendOperation alphaOperation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

SDL_BlendFactor
enum SDL_BlendFactor
Undocumented in source.
SDL_BlendOperation
enum SDL_BlendOperation
Undocumented in source.

Functions

SDL_ComposeCustomBlendMode
SDL_BlendMode SDL_ComposeCustomBlendMode(SDL_BlendFactor srcColorFactor, SDL_BlendFactor dstColorFactor, SDL_BlendOperation colorOperation, SDL_BlendFactor srcAlphaFactor, SDL_BlendFactor dstAlphaFactor, SDL_BlendOperation alphaOperation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

SDL_BLENDMODE_ADD
enum SDL_BLENDMODE_ADD;
Undocumented in source.
SDL_BLENDMODE_BLEND
enum SDL_BLENDMODE_BLEND;
Undocumented in source.
SDL_BLENDMODE_INVALID
enum SDL_BLENDMODE_INVALID;
Undocumented in source.
SDL_BLENDMODE_MOD
enum SDL_BLENDMODE_MOD;
Undocumented in source.
SDL_BLENDMODE_MUL
enum SDL_BLENDMODE_MUL;
Undocumented in source.
SDL_BLENDMODE_NONE
enum SDL_BLENDMODE_NONE;
Undocumented in source.

Static variables

SDL_ComposeCustomBlendMode
pSDL_ComposeCustomBlendMode SDL_ComposeCustomBlendMode;
Undocumented in source.

Meta