DXCompositingMode Enum
Lists values that indicate how to combine source colors with background colors.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Members
Name | Description |
---|---|
SourceOver
|
When a source color is rendered, it blends with the background color. The blend is determined by the alpha component of the color being rendered. |
SourceCopy
|
When a source color is rendered, it overwrites the background color. |
Related API Members
The following properties accept/return DXCompositingMode values:
See Also