SMAPI
SMAPI copied to clipboard
Add PatchMode.Mask
This aims to add a new PatchMode called PatchMode.Mask that will subtract the alpha of the source image from the target image. This can be used to easily make pixels transparent or lessen their alpha value. The color of the source image gets ignored.
Clamping might be unnecessary...