←Select platform

LookupTable Property

Summary

Gets or sets a table of integers that represent lookup values.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int[] LookupTable { get; set; } 
Public Property LookupTable As Integer() 
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>^ ); 
} 

Property Value

Table of integers that represent lookup values.

Example

Refer to RemapIntensityCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly