Constant SDL_BLENDMODE_BLEND

pub const SDL_BLENDMODE_BLEND: u32 = _; // 1u32
Available on crate feature dep_sdl3 only.
Expand description

alpha blending: dstRGB = (srcRGB * srcA) + (dstRGB * (1-srcA)), dstA = srcA + (dstA * (1-srcA))