LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

LookupTable Property






Gets or sets a table of integers that represent lookup values. .NET support WinRT support Silverlight support
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;}
 get_LookupTable();
set_LookupTable(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RemapIntensityCommand Class
RemapIntensityCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.