EmfPlusCompositingMode Enumeration

The CompositingMode enumeration defines modes for combining source colors with background colors. The compositing mode represents the enable state of alpha blending.

Module: aspose.imaging.fileformats.emf.emfplus.consts

Full Name: aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusCompositingMode

Aspose.Imaging Version: 24.5.0

Members

Member nameDescription
COMPOSITING_MODE_SOURCE_COPYDisables alpha blending, which means that when a source color is rendered, it overwrites the background color.
COMPOSITING_MODE_SOURCE_OVEREnables 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.