Swaps SrcChannel and DstChannel color or alpha channels of image.
function SwapChannels(var Image: TImageData; SrcChannel: LongInt; DstChannel: LongInt): Boolean;
Imaging (at line 173)
Use ChannelRed, ChannelBlue, ChannelGreen, ChannelAlpha constants to identify channels.