Combining Images

Use the following methods to combine images from two bitmaps:

AlphaBlend method

Combine method

CombineWarp method

CombineExt method

FeatherAlphaBlend method

FeatherAlphaBlendExt method

Underlay method

Use the following methods to add or average the bitmaps:

AddBitmaps method

Use the following method to create a fade mask bitmap:

CreateFadedMask method

Use the following methods to picturize the bitmap:

PicturizeBitmapList method

PicturizeSingle method

Use the following method to replace an image with an image created from images present in a specific directory:

Picturize method

TextureAlphaBlend combines image data from a mask bitmap and an underlay bitmap with an underlay effect. The result is used as a fade mask that will be used to combine a source bitmap and a destination bitmap with variable opacity. The result is combined again with the destination bitmap using a constant opacity.