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.
See Also