Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

CodecsPhotoInterpolation Enumeration








Indicates color information.
Syntax
public enum CodecsPhotoInterpolation : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
Public Enum CodecsPhotoInterpolation 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As CodecsPhotoInterpolation
public enum CodecsPhotoInterpolation : System.IComparable, System.IConvertible, System.IFormattable  
typedef NS_ENUM(NSInteger, LTCodecsPhotoInterpolation)
public enum CodecsPhotoInterpolation
Leadtools.Codecs.CodecsPhotoInterpolation = function() { };
Leadtools.Codecs.CodecsPhotoInterpolation.prototype = {<br/>
  WhiteIsZero = 0,
	BlackIsZero = 1,
	NoColorMap = 2,
	Cmyk = 5,
	YcbCr = 6,
	CieLab = 8,
	
 };
public enum class CodecsPhotoInterpolation : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0WhiteIsZeroWhite is Zero.
1BlackIsZeroBlack is Zero.
2NoColorMapThere is no color map (RGB).
5CmykSeparated CMYK.
6YcbCrYC b C r color space.
8CieLab1976 CIE L*a*b.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Codecs.CodecsPhotoInterpolation

Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace

Error processing SSI file