LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

HueTable Property

Show in webframe







Gets or sets the hue look up table.
Syntax
public int[] HueTable {get; set;}
'Declaration
 
Public Property HueTable As Integer()
'Usage
 
Dim instance As RemapHueCommand
Dim value() As Integer
 
instance.HueTable = value
 
value = instance.HueTable
public int[] HueTable {get; set;}
@property (nonatomic, assign) const unsigned int* hueTable;
public int[] getHueTable()
public void setHueTable(int[] value)
            
 
get_HueTable();
set_HueTable(value);
Object.defineProperty('HueTable');
public:
property array<int>^ HueTable {
   array<int>^ get();
   void set (    array<int>^ value);
}

Property Value

Hue look up table. If the Mask table value for a particular pixel hue is non-zero, then the hue is changed to the corresponding entry in the HueTable property. For example, if a pixel value has a hue of 85 and Mask[85] is non-zero, the hue is changed to HueTable[85]. If HueTable is null, the hue 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.