InvertColor

function InvertColor(Color32: TColor32): TColor32;

Description

Inverts the color without altering the alpha channel

R := 255 - R; G := 255 - G; B := 255 - B;

See Also

Color32, Color Types