CodecsPsdChannelType Enumeration (original) (raw)

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

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.

Leadtools.Codecs Assembly

CompactFile(Stream,Stream,int,int,bool,int,int,bool,int,CodecsSavePageMode,bool,bool) Method

CompactFile(Stream,Stream,int,int,bool,long,int,bool,long,CodecsSavePageMode,bool,bool,bool) Method

CompactFile(string,string,int,int,bool,int,int,bool,int,CodecsSavePageMode,bool,bool) Method

CompactFile(string,string,int,int,bool,long,int,bool,long,CodecsSavePageMode,bool,bool,bool) Method

StartCompress(int,int,int,RasterByteOrder,RasterViewPerspective,int,byte[],int,int,CodecsCompression,CodecsCompressDataCallback) Method