DeletePaletteColorLUT method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short DeletePaletteColorLUT(long lFlags);

Overview

Refer to LUT Encoding.

Remarks

The DeletePaletteColorLUT method deletes all the elements defined under the "Palette Color Lookup Module", this includes:

Red Palette Color Lookup Table Descriptor (0028,1101)

Green Palette Color Lookup Table Descriptor (0028,1102)

Blue Palette Color Lookup Table Descriptor (0028,1103)

Palette Color Lookup Table UID (0028,1199)

Red Palette Color Lookup Table Data (0028,1201)

Green Palette Color Lookup Table Data (0028,1202)

Blue Palette Color Lookup Table Data (0028,1203)

Segmented Red Palette Color Lookup Table Data (0028,1221)

Segmented Green Palette Color Lookup Table Data (0028,1222)

Segmented Blue Palette Color Lookup Table Data (0028,1223)

See Also

Elements:

GetPaletteColorLUTAttributes method, SetPaletteColorLUTAttributes method, GetPaletteColorLUTData method, SetPaletteColorLUTData method

Topics:

Lookup Tables