Table of Contents

Enum BlendMode

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Blending modes for the BlendEffect. See D2D1_BLEND_MODE and Direct2D Blend effect for more information.

public enum BlendMode

Fields

Multiply = 0

See Direct2D Blend modes and Direct2D Blend effect for more information.

Screen = 1

See Direct2D Blend modes and Direct2D Blend effect for more information.

Darken = 2

See Direct2D Blend modes and Direct2D Blend effect for more information.

Lighten = 3

See Direct2D Blend modes and Direct2D Blend effect for more information.

Dissolve = 4

See Direct2D Blend modes and Direct2D Blend effect for more information.

ColorBurn = 5

See Direct2D Blend modes and Direct2D Blend effect for more information.

LinearBurn = 6

See Direct2D Blend modes and Direct2D Blend effect for more information.

DarkerColor = 7

See Direct2D Blend modes and Direct2D Blend effect for more information.

LighterColor = 8

See Direct2D Blend modes and Direct2D Blend effect for more information.

ColorDodge = 9

See Direct2D Blend modes and Direct2D Blend effect for more information.

LinearDodge = 10

See Direct2D Blend modes and Direct2D Blend effect for more information.

Overlay = 11

See Direct2D Blend modes and Direct2D Blend effect for more information.

SoftLight = 12

See Direct2D Blend modes and Direct2D Blend effect for more information.

HardLight = 13

See Direct2D Blend modes and Direct2D Blend effect for more information.

VividLight = 14

See Direct2D Blend modes and Direct2D Blend effect for more information.

LinearLight = 15

See Direct2D Blend modes and Direct2D Blend effect for more information.

PinLight = 16

See Direct2D Blend modes and Direct2D Blend effect for more information.

HardMix = 17

See Direct2D Blend modes and Direct2D Blend effect for more information.

Difference = 18

See Direct2D Blend modes and Direct2D Blend effect for more information.

Exclusion = 19

See Direct2D Blend modes and Direct2D Blend effect for more information.

Hue = 20

See Direct2D Blend modes and Direct2D Blend effect for more information.

Saturation = 21

See Direct2D Blend modes and Direct2D Blend effect for more information.

Color = 22

See Direct2D Blend modes and Direct2D Blend effect for more information.

Luminosity = 23

See Direct2D Blend modes and Direct2D Blend effect for more information.

Subtract = 24

See Direct2D Blend modes and Direct2D Blend effect for more information.

Division = 25

See Direct2D Blend modes and Direct2D Blend effect for more information.