LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

ValueTable Property

Show in webframe







Gets or sets the value look up table.
Syntax
public int[] ValueTable {get; set;}
'Declaration
 
Public Property ValueTable As Integer()
'Usage
 
Dim instance As RemapHueCommand
Dim value() As Integer
 
instance.ValueTable = value
 
value = instance.ValueTable
public int[] ValueTable {get; set;}
@property (nonatomic, assign) const unsigned int* valueTable;
public int[] getValueTable()
public void setValueTable(int[] value)
            
 
get_ValueTable();
set_ValueTable(value);
Object.defineProperty('ValueTable');
public:
property array<int>^ ValueTable {
   array<int>^ get();
   void set (    array<int>^ value);
}

Property Value

Value look up table. If the Mask table value for a particular pixel hue is non-zero, then the value is changed to the corresponding entry in ValueTable. For example, if a pixel value has a hue of 85 and Mask[85] is non-zero, the value is changed to ValueTable[85]. If HueTable is null, the value is changed to ValueTable[85]. If ValueTable is null, the value of each pixel is unchanged.
Example
Refer to RemapHueCommand
Requirements

Target Platforms

See Also

Reference

RemapHueCommand Class
RemapHueCommand Members

 

 


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