Visual Basic (Declaration) | |
---|---|
Public Sub SetPaletteColorLutData( _ ByVal data() As Integer, _ ByVal type As DicomPaletteColorLutType _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void SetPaletteColorLutData( int[] data, DicomPaletteColorLutType type ) |
Managed Extensions for C++ | |
---|---|
public: void SetPaletteColorLutData( int[] data, DicomPaletteColorLutType type ) |
C++/CLI | |
---|---|
public: void SetPaletteColorLutData( array<int> data, DicomPaletteColorLutType type ) |
Parameters
- data
- Buffer that holds the "Palette Color Lookup Table Data" to set.
- type
- Type of palette color lookup table data to set.
For an example, refer to DeletePaletteColorLut.
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family