Back to Devexpress

TcxCustomImageList.AlphaBlending Property

vcl-cximagelist-dot-tcxcustomimagelist-265f52b0.md

latest1.1 KB
Original Source

TcxCustomImageList.AlphaBlending Property

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

Declaration

delphi
property AlphaBlending: Boolean read; write;

Property Value

TypeDescription
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

TcxCustomImageList Class

TcxCustomImageList Members

cxImageList Unit