Blend modes define how the colors should be mixed when two images overlap. Used in Image:drawImage() as an input argument.
Background sample // sample with blending applied
Mixes the background colors with the blending image proportionally to its alpha values. Fully transparent pixels will show the background.
A simple copy/paste of the blending image to the background.





















