Returns an array that contains the built-in palette entries of the look up table specified by lookupTableType.
public static byte[] GetPalette(
MedicalViewerPaletteType lookupTableType
)
Public Shared Function GetPalette( _
ByVal lookupTableType As Leadtools.Medicalviewer.MedicalViewerPaletteType _
) As Byte()
public:
static array<byte>^ GetPalette(
Leadtools.Medicalviewer.MedicalViewerPaletteType lookupTableType
)
lookupTableType
The lookup table type.
A byte array that contains the built-in palette entries of the look up table specified by lookupTableType.
For more information on the different lookup tables, refer to MedicalViewerPaletteType.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET