LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

SetBlendModeKey Method






A four byte character array that represents the blend mode key for the layer. 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 ' Dodge.
'idiv' Color burn.
Sets the blend mode key for the layer. .NET support WinRT support
Syntax
public void SetBlendModeKey( 
   byte[] blendModeKey
)
'Declaration
 
Public Sub SetBlendModeKey( _
   ByVal blendModeKey() As Byte _
) 
'Usage
 
Dim instance As CodecsPsdLayerInfo
Dim blendModeKey() As Byte
 
instance.SetBlendModeKey(blendModeKey)
public void SetBlendModeKey( 
   byte[] blendModeKey
)
 function Leadtools.Codecs.CodecsPsdLayerInfo.SetBlendModeKey( 
   blendModeKey 
)
public:
void SetBlendModeKey( 
   array<byte>^ blendModeKey
) 

Parameters

blendModeKey

A four byte character array that represents the blend mode key for the layer. 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 ' Dodge.
'idiv' Color burn.
Remarks
For more information, refer to the FILE FORMATS SPECIFICATION from Adobe.
Example
For an example, refer to RasterCodecs.LoadPsdLayer and RasterCodecs.SavePsdWithLayers.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsPsdLayerInfo Class
CodecsPsdLayerInfo Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.