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

Syntax

public IImageProvider MaskImageSource { get; set; }
'Declaration
Public Property MaskImageSource As IImageProvider
    Get
    Set
public:
virtual property IImageProvider^ MaskImageSource {
    IImageProvider^ get () sealed;
    void set (IImageProvider^ value) sealed;
}
function get_MaskImageSource();
function set_MaskImageSource(value);

Property Value

Type: IImageProvider

Remarks

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.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

ImageFusionFilter Class

ImageFusionFilter.ImageFusionFilter Members

Lumia.Imaging.Compositing Namespace