ImageEn, unit imageenview |
|
TImageEnView.EnableAlphaChannel
Declaration
property EnableAlphaChannel: Boolean;
Description
If EnableAlphaChannel is True, ImageEn uses the alpha channel to display the image. Otherwise the image's alpha channel is ignored.
Some formats like GIF, PNG, TIFF, ICO and CUR contain an alpha channel that specifies the image's transparency.
The alpha channel is stored in the
AlphaChannel property (a
TIEBitmap object), which is just a shortcut to TIEBitmap.
AlphaChannel.
Default: True