Function blendARGB

blend two RGB pixels using alpha

uint blendARGB(
  uint dst,
  uint src,
  uint alpha
) pure;