C#
Objective-C
C++/CLI
Python
public enum CodecsPsdChannelType typedef NS_ENUM(NSInteger, LTCodecsPsdChannelType) {LTCodecsPsdChannelTypeAlpha = 0,LTCodecsPsdChannelTypeRed,LTCodecsPsdChannelTypeGreen,LTCodecsPsdChannelTypeBlue,LTCodecsPsdChannelTypeCyan,LTCodecsPsdChannelTypeMagenta,LTCodecsPsdChannelTypeYellow,LTCodecsPsdChannelTypeKey,LTCodecsPsdChannelTypeGray,LTCodecsPsdChannelTypeBitmap,LTCodecsPsdChannelTypeLightness,LTCodecsPsdChannelTypeA,LTCodecsPsdChannelTypeB};
public enum class CodecsPsdChannelType class CodecsPsdChannelType(Enum):Alpha = 0Red = 1Green = 2Blue = 3Cyan = 4Magenta = 5Yellow = 6Key = 7Gray = 8Bitmap = 9Lightness = 10A = 11B = 12
| Value | Member | Description |
|---|---|---|
| 0 | Alpha | Alpha channel. |
| 1 | Red | Red channel. |
| 2 | Green | Green channel. |
| 3 | Blue | Blue channel. |
| 4 | Cyan | Cyan channel. |
| 5 | Magenta | Magenta channel. |
| 6 | Yellow | Yellow channel. |
| 7 | Key | Key channel. |
| 8 | Gray | Gray channel. |
| 9 | Bitmap | Bitmap channel. |
| 10 | Lightness | Lightness channel. |
| 11 | A | A channel. |
| 12 | B | B channel. |
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
