PaletteColorLUTAttributes property (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

ILPaletteColorLUTAttributes* PaletteColorLUTAttributes

Overview

Refer to LUT Encoding.

Remarks

(Read-only) The PaletteColorLUTAttributes property specifies the attributes that describe the "Palette Color Lookup Table".

When the GetPaletteColorLUTAttributes method is called to retrieve the attributes of the Palette Color LUT, the various properties specified by the PaletteColorLUTAttributes property are updated with the retrieved values.

When setting the attributes of the Palette Color LUT, the properties specified by the PaletteColorLUTAttributes property should be set to the desired values before calling the SetPaletteColorLUTAttributes method.

This is a list of the properties specified by the PaletteColorLUTAttributes property:

RedLUTDescriptorNumberOfEntries property

RedLUTDescriptorFirstMapped property

RedLUTDescriptorEntryBits property

GreenLUTDescriptorNumberOfEntries property

GreenLUTDescriptorFirstMapped property

GreenLUTDescriptorEntryBits property

BlueLUTDescriptorNumberOfEntries property

BlueLUTDescriptorFirstMapped property

BlueLUTDescriptorEntryBits property

UID property

IsSegmented property

These properties are based on the attributes of the "Palette Color Lookup Module". Please see the "Palette Color Lookup Module" in the DICOM standard for more details.

See Also

Elements:

GetPaletteColorLUTAttributes method, SetPaletteColorLUTAttributes method

Topics:

Lookup Tables