←Select platform

CodecsPsdChannelType Enumeration

Summary
Indicates the PSD channel type.
Syntax
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 = 0 
   Red = 1 
   Green = 2 
   Blue = 3 
   Cyan = 4 
   Magenta = 5 
   Yellow = 6 
   Key = 7 
   Gray = 8 
   Bitmap = 9 
   Lightness = 10 
   A = 11 
   B = 12 
Members
ValueMemberDescription
0AlphaAlpha channel.
1RedRed channel.
2GreenGreen channel.
3BlueBlue channel.
4CyanCyan channel.
5MagentaMagenta channel.
6YellowYellow channel.
7KeyKey channel.
8GrayGray channel.
9BitmapBitmap channel.
10LightnessLightness channel.
11AA channel.
12BB channel.
Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.