←Select platform

GetPaletteColorLutData Method

Summary

Retrieves red, green or blue "Palette Color Lookup Table Data".

Syntax

C#
VB
Java
WinRT C#
C++
public int[] GetPaletteColorLutData( 
   DicomPaletteColorLutType type 
) 
Public Function GetPaletteColorLutData( _ 
   ByVal type As Leadtools.Dicom.DicomPaletteColorLutType _ 
) As Integer() 
public int[] GetPaletteColorLutData(  
   Leadtools.Dicom.DicomPaletteColorLutType type 
) 
public int[] getPaletteColorLutData(DicomPaletteColorLutType type) 
 function Leadtools.Dicom.DicomDataSet.GetPaletteColorLutData(  
   type  
) 
public: 
array<int>^ GetPaletteColorLutData(  
   Leadtools.Dicom.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly