| Visual Basic (Declaration) | |
|---|---|
Public Enum CodecsPhotoInterpolation Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CodecsPhotoInterpolation | |
| C# | |
|---|---|
public enum CodecsPhotoInterpolation : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class CodecsPhotoInterpolation : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| BlackIsZero | Black is Zero. |
| CieLab | 1976 CIE L*a*b. |
| Cmyk | Separated CMYK. |
| NoColorMap | There is no color map (RGB). |
| WhiteIsZero | White is Zero. |
| YcbCr | YC b C r color space. |
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsPhotoInterpolation
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code