Table of Contents

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, IInternalImpl, IObjectRef, IIsDisposed, IDisposable
Inheritance
AlphaMaskEffect
Implements
Inherited Members
Extension Methods

Constructors

AlphaMaskEffect(IDeviceEffectFactory)
AlphaMaskEffect(IDeviceEffectFactory, IDeviceImage, IDeviceImage)