Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsPsdLayerInfo Class : 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. |
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 )
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. |