Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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