Function blendGray

blend two RGB pixels using alpha

ubyte blendGray(
  ubyte dst,
  ubyte src,
  uint alpha
) pure;