LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Hue Property (ChangeHueSaturationIntensityCommand)

Show in webframe







Gets or sets a value that represents the angular amount to change the hue, in hundredths of degrees.
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;}
@property (nonatomic, assign) int hue;
public int getHue()
public void setHue(int value)
            
 
get_Hue();
set_Hue(value);
Object.defineProperty('Hue');
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

See Also

Reference

ChangeHueSaturationIntensityCommand Class
ChangeHueSaturationIntensityCommand Members

 

 


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