|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
| 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 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
| 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