Click or drag to resize

GStateBlendMode Enumeration

The standard separable blend modes available in PDF.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum GStateBlendMode
Members
  Member nameValueDescription
e_bl_compatible0
e_bl_normal1
e_bl_multiply2
e_bl_screen3
e_bl_difference4
e_bl_darken5
e_bl_lighten6
e_bl_color_dodge7
e_bl_color_burn8
e_bl_exclusion9
e_bl_hard_light10
e_bl_overlay11
e_bl_soft_light12
e_bl_luminosity13
e_bl_hue14
e_bl_saturation15
e_bl_color16
See Also