Back to Devexpress

BlendMode Enum

officefileapi-devexpress-dot-docs-dot-presentation-aaa48c59.md

latest1.4 KB
Original Source

BlendMode Enum

Lists blend modes that specify how overlapping visual effects are rendered.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public enum BlendMode
vb
Public Enum BlendMode

Members

NameDescription
Overlay

Combines Multiply (on dark areas) and Screen (on light areas).

| | Multiply |

Colors are multiplied together.

| | Screen |

Results in a lighter color by inverting, multiplying, and inverting the colors again.

| | Darken |

The mode that keeps the color channel’s darker values from the blending colors.

| | Lighten |

The mode that keeps the color channel’s lighter values from the blending colors.

|

The following properties accept/return BlendMode values:

See Also

DevExpress.Docs.Presentation Namespace