TBaseImage.SwapChannels Method
TBaseImage Class

Swaps SrcChannel and DstChannel color or alpha channels of image.

Class
Pascal
public procedure SwapChannels(SrcChannel: LongInt; 
                              DstChannel: LongInt);
Description

Use ChannelRed, ChannelBlue, ChannelGreen, ChannelAlpha constants to identify channels.

Related Information
You are here: Symbol Reference > Classes > TBaseImage Class > Methods > SwapChannels Method