I'm confused by exactly what this means:
When doing blending for a particular buffer, the color from the fragment output is called the source color. The color currently in the buffer is called the destination color.
I understand what the blending equation itself is, but I do not understand quite the distinction between source color and destination color.
Can anyone provide an example or more specific definition?