procedure Invert(Dst, Src: TCustomBitmap32; Components : TColor32Components = [ccAlpha, ccRed, ccGreen, ccBlue]);
Inverts the given set of components. If no component set is provided all color components, including the alpha component will be inverted.
This function supports in-place operation, that is Dst may be the same as Src.
[See also] InvertRGB