Sets the blend mode key for the layer.
public void SetBlendModeKey(
byte[] blendModeKey
)
Public Sub SetBlendModeKey( _
ByVal blendModeKey() As Byte _
)
public:
void SetBlendModeKey(
array<byte>^ blendModeKey
)
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. |
For more information, refer to the FILE FORMATS SPECIFICATION from Adobe.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document