alphaBlend
- void alphaBlend(uint* src, uint* dest, size_t length)
- void alphaBlend(uint* src, uint* dest, uint* dest0, size_t length)
- void alphaBlend(uint* src, uint* dest, size_t length, M* mask)
@nogc pure nothrow
void
alphaBlend
- void alphaBlend(uint* src, uint* dest, uint* dest0, size_t length, M* mask)
3 operator alpha-blending function. Mask is either 8 or 32 bit per pixel.