Skip to main content

TcxCustomImageList.AlphaBlending Property

Specifies if the alpha channel information is used to paint the stored images.

Declaration

property AlphaBlending: Boolean read; write;

Property Value

Type Description
Boolean

If True, image draw operations use alpha channel information to blend image pixels with the underlying canvas. If False, the drawn image overlaps canvas pixels.

Remarks

The AlphaBlending property is initialized to True, since a newly created image list has 32-bit image color depth.

Note

Call the Draw procedure to paint the stored images on a specific canvas.

See Also