General blending formula is:
(Rs, Gs, Bs) is the source color (object being drawn) (Rd, Gd, Bd) is the destination color (color already in the framebuffer)
SourceFactor and DestinationFactor are defined by glBlendFunc()