Invert

Graphics32

Invert

procedure Invert(Dst, Src: TBitmap32; 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

InvertRGB, TBitmap32, TColor32Components