ImageBlendMode Enum

Definition

Blend mode to use when compositing effects. See http://microsoft.github.io/Win2D/html/T_Microsoft_Graphics_Canvas_Effects_BlendEffectMode.htm for details. Dissolve is not supported.

public enum ImageBlendMode
type ImageBlendMode = 
Public Enum ImageBlendMode
Inheritance
ImageBlendMode

Fields

Color 22

Color blend mode.

ColorBurn 5
ColorDodge 9
Darken 2
DarkerColor 7
Difference 18
Division 25
Exclusion 19
HardLight 13
HardMix 17
Hue 20

Hue blend mode.

Lighten 3
LighterColor 8
LinearBurn 6
LinearDodge 10
LinearLight 15
Luminosity 23

Luminosity blend mode.

Multiply 0
Overlay 11
PinLight 16
Saturation 21

Saturation blend mode.

Screen 1
SoftLight 12
Subtract 24
VividLight 14

Applies to