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
)
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.