PDF Plugin for Xojo

ExtendedGraphicsState.BlendModeEnum Enum

Enum that represents possible blend modes.

enum ExtendedGraphicsState.BlendModeEnum

Constants

NORMAL = 0This is the normal and default state.
MULTIPLY = 1
SCREEN = 2
OVERLAY = 3
DARKEN = 4
LIGHTEN = 5
COLOR_DODGE = 6
COLOR_BURN = 7
HARD_LIGHT = 8
SOFT_LIGHT = 9
DIFFERENCE = 10
EXCLUSHON = 11