Describes how a layer is blended into the background (either another layer or the background color).

Enumeration Members

Enumeration Members

Add

Additive blending: pixel colors are added to the background pixel. The alpha channel is not used

Multiply

Multiplicative blending: pixel colors are multiplied by the background pixel. The alpha channel is not used.

None

No blending is performed, i.e if the layer has transparent or semi-transparent pixels, they become opaque.

Normal