Class AlphaMaskEffect
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Core.dll
This effect applies an alpha mask to an image. It has two inputs, named Destination and Mask.
Color values in the Destination image are multiplied by the alpha channel of the Mask image.
For more information, see Alpha mask effect
public sealed class AlphaMaskEffect : DeviceEffect<AlphaMaskEffect.Props>, ISerializable, IDeviceEffect, IDeviceImage, IDirect2DResource, IFactoryProperty, IDeviceEffectProperties, IObjectRef, IIsDisposed, IDisposable, IInternalImpl
- Inheritance
-
AlphaMaskEffect
- Implements
- Inherited Members
- Extension Methods