ImageBlendMode Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
C#
public enum ImageBlendMode
type ImageBlendMode =
Public Enum ImageBlendMode
- Inheritance
-
ImageBlendMode
Name | Value | Description |
---|---|---|
Multiply | 0 | |
Screen | 1 | |
Darken | 2 | |
Lighten | 3 | |
ColorBurn | 5 | |
LinearBurn | 6 | |
DarkerColor | 7 | |
LighterColor | 8 | |
ColorDodge | 9 | |
LinearDodge | 10 | |
Overlay | 11 | |
SoftLight | 12 | |
HardLight | 13 | |
VividLight | 14 | |
LinearLight | 15 | |
PinLight | 16 | |
HardMix | 17 | |
Difference | 18 | |
Exclusion | 19 | |
Hue | 20 | Hue blend mode. |
Saturation | 21 | Saturation blend mode. |
Color | 22 | Color blend mode. |
Luminosity | 23 | Luminosity blend mode. |
Subtract | 24 | |
Division | 25 |
Produit | Versions |
---|---|
Windows Community Toolkit | 6.1.1, 7.0.0, 7.1.0 |