WindowLevelPaletteType Enumeration

Summary

WindowLevelPaletteType enumeration that represents the different window level built-in palettes supported by the medical web viewer.

Syntax
TypeScript
JavaScript
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 
} 

Members

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.

Remarks

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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly