Enum BlendMode
Defines various blend modes for rendering.
Namespace: PSPDFKit.Api.Enums.Annotations
Assembly: Api.dll
Syntax
public enum BlendMode
Fields
| Name | Description |
|---|---|
| ColorBurn | Color burn blend mode. |
| ColorDodge | Color dodge blend mode. |
| Darken | Darken blend mode. |
| Difference | Difference blend mode. |
| Exclusion | Exclusion blend mode. |
| HardLight | Hard light blend mode. |
| Lighten | Lighten blend mode. |
| Multiply | Multiply blend mode. |
| Normal | Normal blend mode. |
| Overlay | Overlay blend mode. |
| Screen | Screen blend mode. |
| SoftLight | Soft light blend mode. |