Table of Contents

Enum LayerBlendMode

Namespace
PaintDotNet
Assembly
PaintDotNet.Data.dll
public enum LayerBlendMode
Extension Methods

Fields

Normal = 0
Multiply = 1
Additive = 2
ColorBurn = 3
ColorDodge = 4
Reflect = 5
Glow = 6
Overlay = 7
Difference = 8
Negation = 9
Lighten = 10
Darken = 11
Screen = 12
Xor = 13