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

SaturationTable Property






Gets or sets the saturation look up table. .NET support WinRT support Silverlight support
Syntax
public int[] SaturationTable {get; set;}
'Declaration
 
Public Property SaturationTable As Integer()
'Usage
 
Dim instance As RemapHueCommand
Dim value() As Integer
 
instance.SaturationTable = value
 
value = instance.SaturationTable
public int[] SaturationTable {get; set;}
 get_SaturationTable();
set_SaturationTable(value);
public:
property array<int>^ SaturationTable {
   array<int>^ get();
   void set (    array<int>^ value);
}

Property Value

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

RemapHueCommand Class
RemapHueCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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