TCombineMode

type TCombineMode = (cmBlend, cmMerge);

Description

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

See Also

TCustomBitmap32.DrawMode