ColorDifference

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

Description

Compute the absolute difference between C1 and C2. The resulting color components are clamped to the [0…255] range.

See Also

Color Types, ColorSub