C#
Objective-C
C++/CLI
Java
public enum DicomPaletteColorLutType
typedef NS_ENUM(NSInteger, LTDicomPaletteColorLutType) {
LTDicomPaletteColorLutTypeRed,
LTDicomPaletteColorLutTypeGreen,
LTDicomPaletteColorLutTypeBlue,
};
public enum DicomPaletteColorLutType
public enum class DicomPaletteColorLutType
Value | Member | Description |
---|---|---|
0 | Red | Red Palette Color Lookup Table. |
1 | Green | Green Palette Color Lookup Table. |
2 | Blue | Blue Palette Color Lookup Table. |