←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) 
get_LookupTable(); 
set_LookupTable(value); 
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

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