Home | GR32 | TBitmap32 |
TBitmap32.OnPixelCombine
property OnPixelCombine: TPixelCombineEvent;
type TPixelCombineEvent = procedure(F: TColor32; var B: TColor32; M: TColor32) of object;
Description
This event is called when the bitmap is drawn in dmCustom draw mode. Use this event to customize handling of colors. Note, however, that this event is called for every pixel, so keeping the event handler small and fast is in your own interest.
See Also
DrawMode, PixelCombine Example, TColor32, TPixelCombineEvent
Copyright ©2000-2007 Alex Denisov and Contributors - Graphics32 v1.8.3 - Build on 4-March-2007