TIEBitmap.ReplaceAlphaChannel
TIEBitmap.ReplaceAlphaChannel
Declaration
procedure ReplaceAlphaChannel(NewAlpha: TIEBitmap);
Description
Destroy the current alpha channel (if it exists) and set a new one.
Note: The new alpha channel will be freed automatically on destroy.
Example
ImageEnView1.IEBitmap.ReplaceAlphaChannel( alphaBMP );
See Also
◼AlphaChannel
◼SyncAlphaChannel
◼DetachAlphaChannel