BlendFilter::MaskSource Property

An optional mask image that determines per-pixel how much of the result of the blend operation is visible in the final result. If set to null, the alpha channel of the ForegroundSource is used instead.

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

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

Property Value

Type: IImageProvider

When this property is set to a non-null value, the alpha channel of the ForegroundSource is ignored and the red channel of the mask image is used instead.

Lumia Imaging SDK

Supported in: 2.0
Show: