SetBlendMode

Vector graphics, Image handling, Text

Description

Sets the blend mode for subsequently drawn graphics.

Syntax

Delphi

function TPDFlib.SetBlendMode(BlendMode: Integer): Integer;

ActiveX

Function PDFlib::SetBlendMode(BlendMode As Long) As Long

DLL

int DLSetBlendMode(int InstanceID, int BlendMode);

Parameters

BlendModeThe blend mode to use: 0 = Normal 1 = Multiply 2 = Screen 3 = Overlay 4 = Darken 5 = Lighten 6 = Color Dodge 7 = Color Burn 9 = Hard Light 10 = Soft Light 11 = Difference 12 = Exclusion 13 = Hue 14 = Saturation 14 = Color 15 = Luminosity