Gets or sets an optional lookup table that can be used to implement a user defined conversion.
public RasterColor[] LookupTable { get; set; }
Public Property LookupTable As RasterColor()
@property (nonatomic, strong) NSMutableArray<LTRasterColor *> *lookupTable
public RasterColor[] getLookupTable()
public void setLookupTable(RasterColor[] value)
public:
property array<RasterColor>^ LookupTable {
array<RasterColor>^ get();
void set ( array<RasterColor>^ );
}
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 RGB quad. If LookupTable is null, the conversion is a normal shift (right or left) and the output image is 8-bit grayscale. If LookupTable is not null, the output image is a 24-bit image.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document