function ColorDifference(C1, C2: TColor32): TColor32;
Compute the absolute difference between C1 and C2. The resulting color components are clamped to the [0…255] range.
[See Also] ColorSub