LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsPsdChannelType Enumeration
See Also  
Leadtools.Codecs Namespace : CodecsPsdChannelType Enumeration



Indicates the PSD channel type.

Syntax

Visual Basic (Declaration) 
Public Enum CodecsPsdChannelType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As CodecsPsdChannelType
C# 
public enum CodecsPsdChannelType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class CodecsPsdChannelType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AA channel.
AlphaAlpha channel.
BB channel.
BitmapBitmap channel.
BlueBlue channel.
CyanCyan channel.
GrayGray channel.
GreenGreen channel.
KeyKey channel.
LightnessLightness channel.
MagentaMagenta channel.
RedRed channel.
YellowYellow channel.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Codecs.CodecsPsdChannelType

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also