Array of short values that contains the lookup table.
public short[] LookupTable { get; set; }
Public Property LookupTable As Short()
public short[] LookupTable {get; set;}
@property (nonatomic, assign, nullable) const unsigned short *lookupTable
public int[] getLookupTable()
public void setLookupTable(int[] value)
<br/>get_LookupTable();<br/>set_LookupTable(value);<br/>Object.defineProperty('LookupTable');
Array of short values that contains the lookup table. Its length determines the number of entries. All the pixels that are greater than FirstStoredPixelValueMapped + (LookupTable->Length) will be set to the last entry in the LookupTable (LookupTable[LookupTable->Length - 1]).
Refer to ApplyModalityLookupTableCommand example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET