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
Members
| Name | Description |
|---|---|
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. |
Related API Members
The following properties accept/return BlendMode values:
See Also