←Select platform

LookupTable Property (WindowLevelCommand)

Summary

Gets or sets an optional lookup table that can be used to implement a user defined conversion.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public [Leadtools.RasterColor[]](../l/rastercolor.html) LookupTable {get; set;}
Public Property LookupTable As Leadtools.RasterColor()
public [Leadtools.RasterColor[]](../l/rastercolor.html) LookupTable {get; set;}
@property (nonatomic, strong) NSMutableArray<LTRasterColor *> *lookupTable
public RasterColor[] getLookupTable() 
public void setLookupTable(RasterColor[] value) 
get_LookupTable(); 
set_LookupTable(value); 
Object.defineProperty('LookupTable'); 

Property Value

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.

Example

Refer to WindowLevelCommand.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize