function InvertColor(Color32: TColor32): TColor32;
Inverts the color without altering the alpha channel
R := 255 - R; G := 255 - G; B := 255 - B;
[See Also]: Color32