Property AlphaMode
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Framework.dll
AlphaMode
Specifies the alpha mode for the inputs and the output.
If this value is Premultiplied, the inputs will be unpremultiplied, then the
channel replacement will be performed, and then the result will be premultiplied.
If this value is Straight, the channel replacement will be performed on the
input images without any further processing.
The default value is Premultiplied.
public EffectPropertyAccessor<ReplaceChannelAlphaMode> AlphaMode { get; }