BlendFilter Constructor (IImageProvider, BlendFunction)
Creates and initializes a new BlendFilter with an image source and a blend function.
Namespace: Lumia.Imaging.Compositing
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
public:
BlendFilter(
[InAttribute] IImageProvider^ foregroundSource,
[InAttribute] BlendFunction blendFunction
)
Parameters
- foregroundSource
- Type: Lumia.Imaging::IImageProvider
The foreground image source that will be blended onto the filter effect's image.
- blendFunction
- Type: Lumia.Imaging.Compositing::BlendFunction
Blend function to use when blending the two images.
Show: