Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
CodecsPsdChannelType Enumeration
See Also  
Leadtools.Codecs Namespace : CodecsPsdChannelType Enumeration



Indicates the PSD channel type.

Syntax

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

Members

MemberDescription
Alpha Alpha channel.
Red Red channel.
Green Green channel.
Blue Blue channel.
Cyan Cyan channel.
Magenta Magenta channel.
Yellow Yellow channel.
Key Key channel.
Gray Gray channel.
Bitmap Bitmap channel.
Lightness Lightness channel.
A A channel.
B B channel.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also