SDL_ComposeCustomBlendMode

Undocumented in source.
  1. SDL_BlendMode SDL_ComposeCustomBlendMode(SDL_BlendFactor srcColorFactor, SDL_BlendFactor dstColorFactor, SDL_BlendOperation colorOperation, SDL_BlendFactor srcAlphaFactor, SDL_BlendFactor dstAlphaFactor, SDL_BlendOperation alphaOperation)
  2. pSDL_ComposeCustomBlendMode SDL_ComposeCustomBlendMode;
    __gshared
    static if(!(staticBinding))
    static if(sdlSupport >= SDLSupport.sdl206)
    pSDL_ComposeCustomBlendMode SDL_ComposeCustomBlendMode;

Meta