ImageFusionFilter Constructor (IImageProvider, IImageProvider, Boolean)
Creates and initializes a new ImageFusionFilter with specified sources and settings.
Namespace: Lumia.Imaging.Compositing
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
public: ImageFusionFilter( [InAttribute] IImageProvider^ fusionImageSource, [InAttribute] IImageProvider^ maskImageSource, [InAttribute] bool invertAlpha )
Parameters
- fusionImageSource
- Type: Lumia.Imaging::IImageProvider
Source for the image to be merged with the current image.
- maskImageSource
- Type: Lumia.Imaging::IImageProvider
Source for the image containing the alpha mask.The mask is assumed to be a gray scale image. If the image is of a richer color format it will first automatically be converted into grayscale and any alpha channel will be ignored.
- invertAlpha
- Type: System::Boolean
The invert alpha.
Show: