ImageFusionFilter::MaskImageSource Property

A raw image containing the alpha mask.

Namespace: Lumia.Imaging.Compositing
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

public:
virtual property IImageProvider^ MaskImageSource {
	IImageProvider^ get () sealed;
	void set (IImageProvider^ value) sealed;
}

Property Value

Type: IImageProvider

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.

Lumia Imaging SDK

Supported in: 2.0
Show: