Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

LookupTable Property








Gets or sets a table of integers that represent lookup values.
Syntax
public int[] LookupTable {get; set;}
'Declaration
 
Public Property LookupTable As Integer()
'Usage
 
Dim instance As RemapIntensityCommand
Dim value() As Integer
 
instance.LookupTable = value
 
value = instance.LookupTable
public int[] LookupTable {get; set;}
@property (nonatomic, assign, nullable) const int *lookUpTable
public int[] getLookupTable()
public void setLookupTable(int[] value)
            
 <br/>get_LookupTable();<br/>set_LookupTable(value);<br/>Object.defineProperty('LookupTable'); 
public:
property array<int>^ LookupTable {
   array<int>^ get();
   void set (    array<int>^ value);
}

Property Value

Table of integers that represent lookup values.
Example
Refer to RemapIntensityCommand.
Requirements

Target Platforms

See Also

Reference

RemapIntensityCommand Class
RemapIntensityCommand Members

Error processing SSI file