BlendMode
Defined in: src/core/types.ts:1438
Blend modes for page objects.
These define how overlapping content is composited. Values match the PDF specification (ISO 32000-1:2008, Table 136).
Enumeration Members
Section titled “Enumeration Members”| Enumeration Member | Value | Description | Defined in |
|---|---|---|---|
ColorBurn | "ColorBurn" | Colour burn blending. The member name uses American spelling (“Color”) to match the PDF specification (ISO 32000-1:2008, Table 136) where the blend mode is defined as “ColorBurn”. | src/core/types.ts:1464 |
ColorDodge | "ColorDodge" | Colour dodge blending. The member name uses American spelling (“Color”) to match the PDF specification (ISO 32000-1:2008, Table 136) where the blend mode is defined as “ColorDodge”. | src/core/types.ts:1457 |
Darken | "Darken" | Darken blending. | src/core/types.ts:1448 |
Difference | "Difference" | Difference blending. | src/core/types.ts:1470 |
Exclusion | "Exclusion" | Exclusion blending. | src/core/types.ts:1472 |
HardLight | "HardLight" | Hard light blending. | src/core/types.ts:1466 |
Lighten | "Lighten" | Lighten blending. | src/core/types.ts:1450 |
Multiply | "Multiply" | Multiply blending. | src/core/types.ts:1442 |
Normal | "Normal" | Normal blending. | src/core/types.ts:1440 |
Overlay | "Overlay" | Overlay blending. | src/core/types.ts:1446 |
Screen | "Screen" | Screen blending. | src/core/types.ts:1444 |
SoftLight | "SoftLight" | Soft light blending. | src/core/types.ts:1468 |