Table of Contents

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 swizzling will be performed, and then the result will be premultiplied.
If this value is Straight, the swizzling will be performed directly without any premultiplication or unpremultiplication.
The default value is Premultiplied.

public EffectPropertyAccessor<InputSwizzleAlphaMode> AlphaMode { get; }

Property Value

EffectPropertyAccessor<InputSwizzleAlphaMode>