BlendMode Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public enum class BlendMode
public enum BlendMode
type BlendMode =
Public Enum BlendMode
- Vererbung
-
BlendMode
Felder
Clear | 16 | |
Color | 14 | |
ColorBurn | 7 | |
ColorDodge | 6 | |
Copy | 17 | |
Darken | 4 | |
DestinationAtop | 24 | |
DestinationIn | 22 | |
DestinationOut | 23 | |
DestinationOver | 21 | |
Difference | 10 | |
Exclusion | 11 | |
HardLight | 9 | |
Hue | 12 | |
Lighten | 5 | |
Luminosity | 15 | |
Multiply | 1 | |
Normal | 0 | |
Overlay | 3 | |
PlusDarker | 26 | |
PlusLighter | 27 | |
Saturation | 13 | |
Screen | 2 | |
SoftLight | 8 | |
SourceAtop | 20 | |
SourceIn | 18 | |
SourceOut | 19 | |
Xor | 25 |