Enum EmfPlusCompositingMode
EmfPlusCompositingMode enumeration
The CompositingMode enumeration defines modes for combining source colors with background colors. The compositing mode represents the enable state of alpha blending.
public enum EmfPlusCompositingMode : byte
Values
Name | Value | Description |
---|---|---|
CompositingModeSourceOver | 0 | Enables alpha blending, which specifies that when a color is rendered, it is blended with the background color. The extent of blending is determined by the value of the alpha component of the color being rendered. |
CompositingModeSourceCopy | 1 | Disables alpha blending, which means that when a source color is rendered, it overwrites the background color. |
See Also
- namespace Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
- assembly Aspose.Imaging