Function blendGray

Blend two grayscale pixels using alpha

ubyte blendGray (
  ubyte dst,
  ubyte src,
  uint alpha
) nothrow @safe;