sf.Blend Class Reference

Enumerate the blending modes for drawable objects.
Alpha Pixel = Src * a + Dest * (1 - a).
Add Pixel = Src + Dest.
Multiply Pixel = Src * Dest.
None No blending.

Attributes

Add
Alpha
Multiply
None