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
Public Enumeration GStateBlendMode
public enum class GStateBlendMode
pdftron.PDF.GStateBlendMode = function();
pdftron.PDF.GStateBlendMode.createEnum('pdftron.PDF.GStateBlendMode', false);
Members
| Member name | Value | Description |
---|
| e_bl_compatible | 0 | |
| e_bl_normal | 1 | |
| e_bl_multiply | 2 | |
| e_bl_screen | 3 | |
| e_bl_difference | 4 | |
| e_bl_darken | 5 | |
| e_bl_lighten | 6 | |
| e_bl_color_dodge | 7 | |
| e_bl_color_burn | 8 | |
| e_bl_exclusion | 9 | |
| e_bl_hard_light | 10 | |
| e_bl_overlay | 11 | |
| e_bl_soft_light | 12 | |
| e_bl_luminosity | 13 | |
| e_bl_hue | 14 | |
| e_bl_saturation | 15 | |
| e_bl_color | 16 | |
See Also