Retrieves red, green or blue "Palette Color Lookup Table Data".
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
)
type
Type of the "Palette Color Lookup Table Data" to get.
Buffer that contains the "Palette Color Lookup Table Data".
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.
For an example, refer to DeletePaletteColorLut.
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