Leadtools.Codecs Namespace : CodecsPhotoInterpolation Enumeration |
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 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.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0 | WhiteIsZero | White is Zero. |
1 | BlackIsZero | Black is Zero. |
2 | NoColorMap | There is no color map (RGB). |
5 | Cmyk | Separated CMYK. |
6 | YcbCr | YC b C r color space. |
8 | CieLab | 1976 CIE L*a*b. |
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsPhotoInterpolation