pub const SDL_BLENDMODE_ADD: SDL_BlendMode;
Expand description

additive blending

dstRGB = (srcRGB * srcA) + dstRGB
dstA = dstA