←Select platform

LookupTable Property

Summary
Gets or sets a table of integers that represent lookup values.
Syntax
C#
VB
Objective-C
C++
Java
public int[] LookupTable { get; set; } 
Public Property LookupTable As Integer() 
@property (nonatomic, assign, nullable) const int *lookUpTable 
public int[] getLookupTable() 
public void setLookupTable(int[] value) 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.