Home | GR32_Filters |
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
Copyright ©2000-2007 Alex Denisov and Contributors - Graphics32 v1.8.3 - Build on 4-March-2007