Table of Contents

Enum ConvertAlphaMode

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

Specifies the alpha mode for the ConvertAlphaEffect.

public enum ConvertAlphaMode

Fields

Premultiply = 1

The input will be converted from straight alpha to premultiplied alpha.

UnPremultiply = 2

The input will be converted from premultiplied alpha to straight alpha.

Passthrough = 3

The input will be unchanged.