procedure InvertRGB(Dst, Src: TCustomBitmap32);
Inverts RGB color channels, and copies the alpha channel without inversion. If necessary, the Dst bitmap is resized to fit Src dimensions. This function is equal to calling Invert with Components = [ccRed, ccGreen, ccBlue].
This function supports in-place operation, that is Dst may be the same as Src.
Copyright ©2000-2024 Alex Denisov and the Graphics32 Team - Graphics32 2.0 - Help file built on 18 Feb 2024