Specifies how the source colors are combined with the background colors during rendering.
CompositingMode
01 Syntax
Microsoft.VisualBasic.Imaging.CompositingMode
02 Fields
| Name | Overloads | Summary |
|---|---|---|
| SourceOver | 2 | Specifies that the color being rendered overwrites the background color. |
| SourceCopy | 2 | Specifies that the color being rendered is blended with the background color. |
03 Members
SourceOver
Specifies that the color being rendered overwrites the background color.
SourceCopy
Specifies that the color being rendered is blended with the background color. The blend is determined by the alpha component of the color being rendered.
SourceOver
SourceCopy