LEADTOOLS Image File Support (Leadtools.Codecs assembly)

CodecsPhotoInterpolation Enumeration

Show in webframe







Indicates color information.
Syntax
public enum CodecsPhotoInterpolation : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum CodecsPhotoInterpolation 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As CodecsPhotoInterpolation
public enum CodecsPhotoInterpolation : System.IComparableSystem.IConvertibleSystem.IFormattable  
typedef enum LTCodecsPhotoInterpolation LTCodecsPhotoInterpolation;
public enum CodecsPhotoInterpolation
Leadtools.Codecs.CodecsPhotoInterpolation = function() { };
Leadtools.Codecs.CodecsPhotoInterpolation.prototype = {
WhiteIsZero = 0, BlackIsZero = 1, NoColorMap = 2, Cmyk = 5, YcbCr = 6, CieLab = 8, };
public enum class CodecsPhotoInterpolation : public System.Enum, System.IComparableSystem.IConvertibleSystem.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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.