Function blendAlpha

blend two alpha values 0..255 (255 is fully transparent, 0 is opaque)

uint blendAlpha(
  uint a1,
  uint a2
) pure;