PTBlendMode

enum PTBlendMode {  e_ptbl_compatible = 0,
e_ptbl_normal,
e_ptbl_multiply,
e_ptbl_screen,
e_ptbl_difference,
e_ptbl_darken,
e_ptbl_lighten,
e_ptbl_color_dodge,
e_ptbl_color_burn,
e_ptbl_exclusion,
e_ptbl_hard_light,
e_ptbl_overlay,
e_ptbl_soft_light,
e_ptbl_luminosity,
e_ptbl_hue,
e_ptbl_saturation,
e_ptbl_color}

Undocumented