Sets the blend mode key for the layer.
Syntax
Visual Basic (Declaration) | |
---|
Public Sub SetBlendModeKey( _
ByVal blendModeKey() As Byte _
) |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CodecsPsdLayerInfo
Dim blendModeKey() As Byte
instance.SetBlendModeKey(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. |
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also