ColorSub

Graphics32

ColorSub

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

Description

Subtracts C2 from C1. The resulting color components are clamped to [0…255] range. The alpha channel is subtracted as well.

See Also

ColorAdd, TColor32