Skip to content

BlendMode

@scaryterry/pdfium


Defined in: src/core/types.ts:1411

Blend modes for page objects.

These define how overlapping content is composited. Values match the PDF specification (ISO 32000-1:2008, Table 136).

Enumeration MemberValueDescriptionDefined 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:1437
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:1430
Darken"Darken"Darken blending.src/core/types.ts:1421
Difference"Difference"Difference blending.src/core/types.ts:1443
Exclusion"Exclusion"Exclusion blending.src/core/types.ts:1445
HardLight"HardLight"Hard light blending.src/core/types.ts:1439
Lighten"Lighten"Lighten blending.src/core/types.ts:1423
Multiply"Multiply"Multiply blending.src/core/types.ts:1415
Normal"Normal"Normal blending.src/core/types.ts:1413
Overlay"Overlay"Overlay blending.src/core/types.ts:1419
Screen"Screen"Screen blending.src/core/types.ts:1417
SoftLight"SoftLight"Soft light blending.src/core/types.ts:1441