TCustomBitmap32.CombineMode

property CombineMode: TCombineMode;

type TCombineMode = (cmBlend, cmMerge);

Description

TCombineMode defines how drawing operations on the bitmap combine the foreground color with the background.
It also determines how the bitmap is combined with the background of another bitmap when DrawMode is set to dmBlend.

 

See Also

Draw, DrawTo, DrawMode, TCombineMode, Blend, BlendEx, Merge, MergeEx