GetPalette Method

Summary

Returns an array that contains the built-in palette entries of the look up table specified by lookupTableType.

Syntax
C#
VB
C++
public static byte[] GetPalette( 
   MedicalViewerPaletteType lookupTableType 
) 
  
Public Shared Function GetPalette( _ 
   ByVal lookupTableType As MedicalViewerPaletteType _ 
) As Byte() 
            public: 
static array<byte>^ GetPalette(  
   MedicalViewerPaletteType lookupTableType 
)  

Parameters

lookupTableType
The lookup table type.

Return Value

A byte array that contains the built-in palette entries of the look up table specified by lookupTableType.

Remarks

For more information on the different lookup tables, refer to MedicalViewerPaletteType.

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.MedicalViewer Assembly