WindowLevelPaletteType enumeration that represents the different window level built-in palettes supported by the medical web viewer.
lt.Controls.Medical.WindowLevelPaletteType = {
none: 0,
cool: 1,
cyanHot: 2,
fire: 3,
icA2: 4,
ice: 5,
orangeHot: 6,
rainbowRGB: 7,
redHot: 8,
spectrum: 9
}
lt.Controls.Medical.WindowLevelPaletteType = {
none: 0,
cool: 1,
cyanHot: 2,
fire: 3,
icA2: 4,
ice: 5,
orangeHot: 6,
rainbowRGB: 7,
redHot: 8,
spectrum: 9
}
0 | None |
(0x00000000) None |
1 | Cool |
(0x00000001) Cool palette type. |
2 | CyanHot |
(0x00000002) Cyan Hot palette type. |
3 | Fire |
(0x00000003) Fire palette type. |
4 | ICA2 |
(0x00000004) ICA2 palette type. |
5 | Ice |
(0x00000005) Ice palette type. |
6 | OrangeHot |
(0x00000006) Orange Hot palette type. |
7 | RainbowRGB |
(0x00000007) Rainbow RGB palette type. |
8 | RedHot |
(0x00000008) Red Hot palette type. |
9 | Spectrum |
(0x00000009) Spectrum palette type. |
For more information on how use the palettes, refer to PaletteType and LoadPaletteData.
The default value is None which means the palette is actually a grayscale.
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