BlendMode 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public enum class BlendMode
public enum BlendMode
type BlendMode =
Public Enum BlendMode
- 繼承
-
BlendMode
欄位
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 |