TDrawMode

type TDrawMode = (dmOpaque, dmBlend, dmCustom, dmTransparent);

Description

TDrawMode defines how the bitmap is combined with the background. This is the type for DrawMode property of TBitmap32 class, and it is also passed as parameter in BlockTransfer and StretchTransfer functions.

See Also

TBitmap32, TCustomBitmap32.OnPixelCombine, TCustomBitmap32.DrawMode, TCustomBitmap32.MasterAlpha, TCustomBitmap32.OuterColor, BlockTransfer, StretchTransfer