Declaration ​
pascal
property OnPixelCombine: TPixelCombineEvent read FOnPixelCombine write FOnPixelCombine;Description ​
OnPixelCombine allows custom pixel blending logic when DrawMode = dmCustom.
Signature ​
pascal
type TPixelCombineEvent = procedure(F: TColor32; var B: TColor32; M: Cardinal) of object;