LayerBlendModeKey property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

AnsiString LayerBlendModeKey[int iLayer]

Delphi Syntax

LayerBlendModeKey[iLayer: Integer]: String

Overview

Refer to Layers in Files

Remarks

Gets or sets the blend mode key, a four byte character array, for the layer(s).

Possible values are:

Value

Meaning

'norm'

Normal

'dark'

Darken

'lite'

Lighten

'hue'

Hue

'sat'

Saturation

'colr'

Color

'lum'

Luminosity

'mul'

Multiply

'scrn'

Screen

'diss'

Dissolve

'over'

Overlay

'hLit'

Hard light

'sLit'

Soft light

'diff'

Difference

'smud'

Exclusion

'div'

Color dodge

'idiv'

Color burn

For more information, refer to FILE FORMATS SPECIFICATION from Adobe.

See Also

Elements:

LayerClipping property, LayerOpacity property, LayerLeft property, LayerMaskBitmap property, LayerTop property, Save method, SaveLayers property