←Select platform

DicomImagePhotometricInterpretationType Enumeration

Summary

Represents the Photometric constant.

Syntax

C#
VB
Java
WinRT C#
C++
public enum DicomImagePhotometricInterpretationType   
Public Enum DicomImagePhotometricInterpretationType  
    
    
public enum DicomImagePhotometricInterpretationType    
public enum DicomImagePhotometricInterpretationType 
Leadtools.Dicom.DicomImagePhotometricInterpretationType = function() { }; 
Leadtools.Dicom.DicomImagePhotometricInterpretationType.prototype = {<br/> 
  Monochrome1 = 0x00000000, 
    Monochrome2 = 0x00000001, 
    PaletteColor = 0x00000002, 
    Rgb = 0x00000003, 
    Argb = 0x00000004, 
    Cmyk = 0x00000005, 
    YbrFull422 = 0x00000006, 
    YbrFull = 0x00000007, 
    YbrRct = 0x00000008, 
    YbrIct = 0x00000009, 
     
 }; 
public enum class DicomImagePhotometricInterpretationType   

Members

ValueMemberDescription
0Monochrome1 8-bits or 16-bits per pixel, grayscale image with the minimum sample value is intended to be displayed as white.
1Monochrome2 8-bits or 16-bits per pixel, grayscale image with the minimum sample value is intended to be displayed as black.
2PaletteColor 8-bits per pixel, palettized color image.
3Rgb 24-bits per pixel, RGB color image.
4Argb 24-bits per pixel color image (Retired)
5Cmyk CMYK (Retired)
6YbrFull422 Each pair of pixels is 4 bytes. Each pixel has luminence (Y) but shares chroma (B and R).
7YbrFull Each pixel has one byte for luminence (Y) and two bytes for chroma (B and R).
8YbrRct Reversible Color Transformation
9YbrIct Irreversible Color Transformation
Example

For an example, refer to GetImage.

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly