enum VectorGraphicsBlendMode
Determines how are vector paths internally blended with each other.
Values
| Name | Value | Description |
|---|---|---|
SourceOver |
0 |
|
SourceIn |
1 |
|
SourceOut |
2 |
|
Atop |
3 |
|
DestinationOver |
4 |
|
DestinationIn |
5 |
|
DestinationOut |
6 |
|
DestinationAtop |
7 |
|
Lighter |
8 |
|
Copy |
9 |
|
Xor |
10 |