←Select platform

HueTable Property

Summary
Gets or sets the hue look up table.
Syntax
C#
VB
Objective-C
C++
Java
public int[] HueTable { get; set; } 
Public Property HueTable As Integer() 
@property (nonatomic, assign, nullable) const unsigned int *hueTable 
public int[] getHueTable() 
public void setHueTable(int[] value) 
public: 
property array<int>^ HueTable { 
   array<int>^ get(); 
   void set (    array<int>^ ); 
} 

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

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.