LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

LookupTable Property

Show in webframe







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) const int* lookUpTable;
public int[] getLookupTable()
public void setLookupTable(int[] value)
            
 
get_LookupTable();
set_LookupTable(value);
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.