function ColorAdd(C1, C2: TColor32): TColor32;
Returns the sum of two colors. Each color component: red, green, blue and alpha is added separately and summation results are clamped to fit into [0…255] range.
[See Also] ColorSub