Class InvertAlphaEffect.Props
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Framework.dll
public sealed class InvertAlphaEffect.Props : CustomEffectProperties
- Inheritance
-
InvertAlphaEffect.Props
- Inherited Members
Constructors
Properties
- 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.