←Select platform

GetPaletteColorLutData Method

Summary
Retrieves red, green or blue "Palette Color Lookup Table Data".
Syntax
C#
VB
C++
Java
public int[] GetPaletteColorLutData( 
   DicomPaletteColorLutType type 
) 
Public Function GetPaletteColorLutData( _ 
   ByVal type As DicomPaletteColorLutType _ 
) As Integer() 
public int[] getPaletteColorLutData(DicomPaletteColorLutType type) 
public: 
array<int>^ GetPaletteColorLutData(  
   DicomPaletteColorLutType type 
)  

Parameters

type
Type of the "Palette Color Lookup Table Data" to get.

Return Value

Buffer that contains the "Palette Color Lookup Table Data".

Remarks

This method will retrieve the data for the "Red", "Green" or "Blue" "Palette Color Lookup Table". If the data is segmented, the method will decode the data before copying it to the returned buffer.

Example

For an example, refer to DeletePaletteColorLut.

Requirements

Target Platforms

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

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.