Home | GR32 | TBitmap32 |
TBitmap32.DrawMode
property DrawMode: TDrawMode;
type TDrawMode = (dmOpaque, dmBlend, dmCustom);
Description
Specifies how the bitmap should be combined with a background during pixel transfer and similar operations.
In dmOpaque mode, new pixels simply replace the background pixels. In dmBlend mode, they are combined using the alpha blending operation defined by CombineMode. This property is used while copying one bitmap into another, scaling, performing linear transformations etc. The dmCustom mode allows implementation of custom blending functions using the OnPixelCombine call-back event.
See Also
CombineMode, Draw, DrawTo, OnPixelCombine, TDrawMode
Copyright ©2000-2007 Alex Denisov and Contributors - Graphics32 v1.8.3 - Build on 4-March-2007