| Visual Basic (Declaration) | |
|---|---|
Public Enum CodecsPsdChannelType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CodecsPsdChannelType | |
| C# | |
|---|---|
public enum CodecsPsdChannelType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class CodecsPsdChannelType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| A | A channel. |
| Alpha | Alpha channel. |
| B | B channel. |
| Bitmap | Bitmap channel. |
| Blue | Blue channel. |
| Cyan | Cyan channel. |
| Gray | Gray channel. |
| Green | Green channel. |
| Key | Key channel. |
| Lightness | Lightness channel. |
| Magenta | Magenta channel. |
| Red | Red channel. |
| Yellow | Yellow channel. |
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsPsdChannelType
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code