Supported BlendModes
no blending
dst = (src * A) + (dst * (1-A))
dst = (src * A) + dst
dst = src * dst
See Implementation
Supported BlendModes