Additive blending: pixel colors are added to the background pixel. The alpha channel is not used
Multiplicative blending: pixel colors are multiplied by the background pixel. The alpha channel is not used.
No blending is performed, i.e if the layer has transparent or semi-transparent pixels, they become opaque.
Normal alpha blending.
Describes how a layer is blended into the background (either another layer or the background color).