Gets or sets an optional 16-bit lookup table that can be used to implement a user defined conversion.
public RasterColor16[] LookupTable { get; set; }
Public Property LookupTable As Leadtools.RasterColor16()
public [Leadtools.RasterColor16[]](../l/rastercolor16.md) LookupTable {get; set;}
@property (nonatomic, strong) NSMutableArray<LTRasterColor16 *> *lookupTable
public RasterColor16[] getLookupTable()
public void setLookupTable(RasterColor16[] value)
<br/>get_LookupTable();<br/>set_LookupTable(value);<br/>Object.defineProperty('LookupTable');
public:
property Leadtools.array<RasterColor16>^ LookupTable {
Leadtools.array<RasterColor16>^ get();
void set ( Leadtools.array<RasterColor16>^ );
}
Optional lookup table that can be used to implement a user defined conversion. For every intensity value between 0 and 2 raised to the power of (HighBit - LowBit + 1) - 1 there should be a corresponding entry in the lookup table that contains an 16-bit RGB quad. If LookupTable is null, the conversion is a normal shift (right or left) and the output image is 16-bit grayscale. If LookupTable is not null, the output image is a 48-bit image.
Refer to WindowLevelExtCommand.
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