SDL_PremultiplyAlpha

Undocumented in source.
  1. int SDL_PremultiplyAlpha(int width, int height, uint src_format, const(void)* src, int src_pitch, uint dst_format, void* dst, int dst_pitch)
  2. pSDL_PremultiplyAlpha SDL_PremultiplyAlpha;
    __gshared
    static if(!(staticBinding))
    static if(sdlSupport >= SDLSupport.sdl2018)
    pSDL_PremultiplyAlpha SDL_PremultiplyAlpha;

Meta