Constructs a dsdl2.BlendMode from a vanilla SDL_BlendMode from bindbc-sdl
Composes a custom dsdl2.BlendMode based on certain attributes for blending which wraps SDL_ComposeCustomBlendMode (from SDL 2.0.6)
Formats the dsdl2.BlendMode into its construction representation: "dsdl2.Color(<sdlBlendMode>)"
Preexisting built-in dsdl2.BlendModes from SDL_BLENDMODE_* enumeration constants
Preexisting built-in dsdl2.BlendModes from SDL_BLENDMODE_* enumeration constants
Internal SDL_BlendMode enumeration
D struct that wraps SDL_BlendMode defining how blending should be done when an image is drawn on top of another