Skip to main content
All docs
V23.2

DXCompositingMode Enum

Lists values that indicate how to combine source colors with background colors.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public enum DXCompositingMode

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