function ColorExclusion(C1, C2: TColor32): TColor32;
The resulting color components are formed from the formula
S = C1 + C2 - 2 * C1 * C2.
[See Also] ColorDifference