BlendMode Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public enum class BlendMode
public enum BlendMode
type BlendMode =
Public Enum BlendMode
- Héritage
-
BlendMode
Champs
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 |