Function blendARGB

Blend two ARGB8 pixels and overwrite dst

void blendARGB (
  ref uint dst,
  uint src,
  uint alpha
) nothrow @safe;