function ColorSub(C1, C2: TColor32): TColor32;
Subtracts C2 from C1. The resulting color components are clamped to [0…255] range. The alpha channel is subtracted as well.
[See Also] ColorAdd