Visual Basic (Declaration) | |
---|---|
Public Enum DicomImagePhotometricInterpretationType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum DicomImagePhotometricInterpretationType : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum DicomImagePhotometricInterpretationType : public Enum |
C++/CLI | |
---|---|
public enum class DicomImagePhotometricInterpretationType : public Enum |
Member | Description |
---|---|
Monochrome1 | 8- or 16-bits per pixel, grayscale image with the minimum sample value is intended to be displayed as white. |
Monochrome2 | 8- or 16-bits per pixel, grayscale image with the minimum sample value is intended to be displayed as black. |
PaletteColor | 8-bits per pixel, palettized color image. |
Rgb | 24-bits per pixel, RGB color image. |
Argb | 24-bits per pixel color image (Retired) |
Cmyk | CMYK (Retired) |
YbrFull422 | YBR_FULL_422 |
YbrFull | YBR_FULL |
YbrRct | YBR_RCT (Reversible Color Transformation) |
YbrIct | YBR_ICT (Irreversible Color Transformation) |
For an example, refer to GetImage.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomImagePhotometricInterpretationType
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family