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

Hue Property (ChangeHueSaturationIntensityCommand)






Gets or sets a value that represents the angular amount to change the hue, in hundredths of degrees. .NET support WinRT support Silverlight support
Syntax
public int Hue {get; set;}
'Declaration
 
Public Property Hue As Integer
'Usage
 
Dim instance As ChangeHueSaturationIntensityCommand
Dim value As Integer
 
instance.Hue = value
 
value = instance.Hue
public int Hue {get; set;}
 get_Hue();
set_Hue(value);
public:
property int Hue {
   int get();
   void set (    int value);
}

Property Value

Angular amount to change the hue, in hundredths of degrees. Valid values range from -18000 through 18000. This value is divided internally by 100.
Example
Refer to ChangeHueSaturationIntensityCommand.
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

ChangeHueSaturationIntensityCommand Class
ChangeHueSaturationIntensityCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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