SDL_ComposeCustomBlendMode

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. SDL_BlendMode SDL_ComposeCustomBlendMode(SDL_BlendFactor srcColorFactor, SDL_BlendFactor dstColorFactor, SDL_BlendOperation colorOperation, SDL_BlendFactor srcAlphaFactor, SDL_BlendFactor dstAlphaFactor, SDL_BlendOperation alphaOperation)
    extern (C) @nogc nothrow
    static if(staticBinding)
    static if(sdlSupport >= SDLSupport.sdl206)
    SDL_ComposeCustomBlendMode
  2. pSDL_ComposeCustomBlendMode SDL_ComposeCustomBlendMode;

Meta