Skip to content
Member Filters
Show Inherited
Show Protected
Show abstract
GR32🞂TCustomBitmap32🞂OnPixelCombineEventPublished

TCustomBitmap32.OnPixelCombine

Custom pixel combination event fired when DrawMode is set to dmCustom.

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;