|
|
|
|
|
dAlphaBlend (Function) In french: dFusionne Blends two images together. This allows you to create fade-in effects between 2 images. This function handles:
// Declare the promotion image MyPromoImage is Image = "PromoImage.png" Â // Blend the promotion image in the product image with an opacity set to 80% dAlphaBlend(IMG_PRODUCT, MyPromoImage, 80)
Syntax
dAlphaBlend(<Destination image> , <Source image> [, <Opacity>])
Remarks - The size of the destination image corresponds to the reference size.
- dAlphaBlend blends the images and keeps the alpha channel of the destination image. Therefore, the alpha channel of the source image is not used.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|