Sets red, green or blue "Palette Color Lookup Table" data.
public void SetPaletteColorLutData(
int[] data,
DicomPaletteColorLutType type
)
Public Sub SetPaletteColorLutData( _
ByVal data() As Integer, _
ByVal type As DicomPaletteColorLutType _
)
public void setPaletteColorLutData(int[] data, DicomPaletteColorLutType paletteColorLutType)
public:
void SetPaletteColorLutData(
array<int>^ data,
DicomPaletteColorLutType type
)
data
Buffer that holds the "Palette Color Lookup Table Data" to set.
type
Type of palette color lookup table data to set.
This method will set the data for the "Red", "Green" or "Blue" "Palette Color Lookup Table". Before calling this method you must call SetPaletteColorLutAttributes to set the attributes of the "Palette Color Lookup Table". Otherwise, this method will fail and throw a DicomExceptionCode.LutDescriptorMissing exception.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document