Table of Contents

Enum ColorMatrixAlphaMode

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

The alpha mode of the output of the Color matrix effect.
D2D1_COLORMATRIX_ALPHA_MODE

public enum ColorMatrixAlphaMode

Fields

Premultiplied = 1

The effect un-premultiplies the input, applies the color matrix, and premultiplies the output.

Straight = 2

The effect applies the color matrix directly to the input, and doesn't premultiply the output.