GetPaletteColorLUTAttributes method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short GetPaletteColorLUTAttributes(long lFlags);

Overview

Refer to LUT Encoding.

Remarks

The GetPaletteColorLUTAttributes method updates the properties specified by the PaletteColorLUTAttributes property with the values of the attributes that describe the "Palette Color Lookup Table".

The method will fail and return DICOM_ERROR_LUT_DESCRIPTOR_MISSING if any of the following elements is missing from the DICOM Data Set:

"Red Palette Color Lookup Table Descriptor" (0028,1101)

"Green Palette Color Lookup Table Descriptor" (0028,1102)

"Blue Palette Color Lookup Table Descriptor" (0028,1103)

See Also

Elements:

PaletteColorLUTAttributes property, SetPaletteColorLUTAttributes method, GetPaletteColorLUTData method, SetPaletteColorLUTData method, DeletePaletteColorLUT method

Topics:

Lookup Tables