ColorExclusion

function ColorExclusion(C1, C2: TColor32): TColor32;

Description

The resulting color components are formed from the formula

S = C1 + C2 - 2 * C1 * C2.

See Also

Color Types, ColorDifference