Leadtools.Controls.Medical.WindowLevelPaletteType = function() { }; Leadtools.Controls.Medical.WindowLevelPaletteType.prototype = {
none = 0, cool = 1, cyanHot = 2, fire = 3, iCA2 = 4, ice = 5, orangeHot = 6, rainbowRGB = 7, redHot = 8, spectrum = 9, };
Value | Member | Description |
---|---|---|
0 | none | None, use the normal gray-scale lookup table. |
1 | cool | Cool palette. |
2 | cyanHot | Cyan Hot palette. |
3 | fire | Fire palette. |
4 | iCA2 | ICA2 palette. |
5 | ice | Ice palette. |
6 | orangeHot | Orange hot palette. |
7 | rainbowRGB | Rainbow RGB palette. |
8 | redHot | Red hot palette. |
9 | spectrum | Spectrum palette. |
This enumeration is used with the DICOMImageInformationRenderer.PaletteType property.
To disable using the palette, set PaletteType to WindowLevelPaletteType.None.
The palette works by replacing the gray intensity values stored in the image lookup table with the values stored in the palette.