Table of Contents

Property AlphaMode

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Framework.dll

AlphaMode

Specifies the alpha mode of the input and the output.
If set to Premultiplied, the input is unpremultiplied, clamped as straight alpha format, and then premultiplied.
If set to Straight, all components are clamped to the range [0, 1].
The default value is Premultiplied.

public EffectPropertyAccessor<ClampAlphaMode> AlphaMode { get; }

Property Value

EffectPropertyAccessor<ClampAlphaMode>