Property AlphaMode
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Framework.dll
AlphaMode
Specifies the alpha mode for the input and the output. The default value is Premultiplied, which results in the input being unpremultiplied (converted to straight alpha), then the alpha channel is inverted, then the result is premultiplied and used as the output.
public EffectPropertyAccessor<InvertAlphaAlphaMode> AlphaMode { get; }