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
Syntax
public IImageProvider MaskSource { get; set; }
'Declaration
Public Property MaskSource As IImageProvider
Get
Set
public:
virtual property IImageProvider^ MaskSource {
IImageProvider^ get () sealed;
void set (IImageProvider^ value) sealed;
}
function get_MaskSource();
function set_MaskSource(value);
Property Value
Type: IImageProvider
Remarks
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.
Version Information
Lumia Imaging SDK
Supported in: 2.0