Supported BlendModes
No blending.
Pixel = Src * a + Dest * (1 - a)
Pixel = Src + Dest
Pixel = Src * Dest
See Implementation
Supported BlendModes