PDFBlendMode¶
Namespace: O2S.Components.PDF4NET.Graphics
Supported PDF blend modes.
Inheritance Object → ValueType → Enum → PDFBlendMode
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| None | -1 | Same as Normal. |
| Normal | 0 | Selects the source color. |
| Multiply | 1 | Multiplies the backdrop and source color. |
| Screen | 2 | Multiplies the complements of backdrop and source color values, and then complements the result. |
| Overlay | 3 | Multiplies or screens the colors depending on the backdrop color. |
| Darken | 4 | Selects the darker of the backdrop and source colors. |
| Lighten | 5 | Selects the lighter of the backdrop and source colors. |
| ColorDodge | 6 | Brightens the backdrop color to reflect the source color. |
| ColorBurn | 7 | Darkens the backdrop color to reflect the source color. |
| HardLight | 8 | Multiplies or screens the colors depending on the source color. |
| SoftLight | 9 | Darkens or lightens the colors depending on the source color. |
| Difference | 10 | Subtracts the darker of the two constituents colors from the lighter. |
| Exclusion | 11 | Same as Difference, but lower in contrast. |
| Hue | 12 | Creates a color with the hue of the source color and the saturation and luminance of the backdrop color. |
| Saturation | 13 | Creates a color with the saturation of the source color and the hue and luminance of the backdrop color. |
| Color | 14 | Creates a color with the saturation and hue of the source color and the luminance of the backdrop color. |
| Luminosity | 15 | Creates a color with the luminance of the source color and the saturation and hue of the backdrop color. |