type TPixelCombineEvent = procedure(F: TColor32; var B: TColor32; M: TColor32) of object;
TPixelCombineEvent is a type for OnPixelCombine callback function. It specifies a function which takes foreground color (F) and blends it with the background (B). This function may optionally use master alpha value (M). Moreover, in dmCustom mode master alpha value does not necesserely have to be in [0 255] range anymore, you are free to use all its 32-bits.
TCustomBitmap32.OnPixelCombine, TCustomBitmap32.DrawMode, Color Types
Copyright ©2000-2024 Alex Denisov and the Graphics32 Team - Graphics32 2.0 - Help file built on 18 Feb 2024