public enum CodecsPhotoInterpolation typedef NS_ENUM(NSInteger, LTCodecsPhotoInterpolation) {LTCodecsPhotoInterpolationWhiteIsZero = 0,LTCodecsPhotoInterpolationBlackIsZero = 1,LTCodecsPhotoInterpolationNoColorMap = 2,LTCodecsPhotoInterpolationCmyk = 5,LTCodecsPhotoInterpolationYcbCr = 6,LTCodecsPhotoInterpolationCieLab = 8};
public enum CodecsPhotoInterpolation public enum class CodecsPhotoInterpolation class CodecsPhotoInterpolation(Enum):WhiteIsZero = 0BlackIsZero = 1NoColorMap = 2Cmyk = 5YcbCr = 6CieLab = 8
| 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 Lab. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
