color(RGB) = (sourceColor * srcRGB) + (destinationColor * dstRGB) color(A) = (sourceAlpha * srcA) + (destinationAlpha * dstA)
Instead of + eqRGB and eqA determines the operation to use (+, - or reversed -)