Merges the alpha channel to the Dest bitmap alpha channel using the specified method.
Merge Method
Effect
iemmMax
Maximum alpha of source and dest is used
iemmMin
Minimum alpha of source and dest is used
iemmAdd
Alpha of dest is increased by that in source (effect can be reduced by specifying a lower value for MergePercent)
iemmSubtract
Alpha of dest is reduced by that in source (effect can be reduced by specifying a lower value for MergePercent)
iemmReplaceWithSrc
Replaces alpha of dest, with that of source pixels where alpha > 0
Note: ◼Dest must be the same PixelFormat as the image ◼This method only affects the alpha channel (transparency) of the two images, it does not affect the color channels