BlendEffect::MaskSource Property
An optional "mask" IImageProvider 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
Show: