Invert

procedure Invert(Dst, Src: TCustomBitmap32; Components : TColor32Components = [ccAlpha, ccRed, ccGreen, ccBlue]);

Description

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

TCustomBitmap32, Color Types, InvertRGB