Blend.Mode

Supported BlendModes

Values

ValueMeaning
None

No blending.

Alpha

Pixel = Src * a + Dest * (1 - a)

Add

Pixel = Src + Dest

Multiply

Pixel = Src * Dest

Meta