Table of Contents

Enum BitmapSourceAlphaMode

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Specifies the alpha mode of the output of the Bitmap source effect.
D2D1_BITMAPSOURCE_ALPHA_MODE

public enum BitmapSourceAlphaMode

Fields

Premultiplied = 1

The effect output uses premultiplied alpha.

Straight = 2

The effect output uses straight alpha.