Available in the LEADTOOLS Imaging toolkit. |
LayerBlendModeKey property (Main Control)
Visual Basic
example
Visual
C++ 4.0 example
Syntax BSTR LayerBlendModeKey (short iLayer);
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