←Select platform

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 Leadtools.Medicalviewer.MedicalViewerPaletteType _ 
) As Byte() 
             
            public: 
static array<byte>^ GetPalette(  
   Leadtools.Medicalviewer.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly