←Select platform

Hue Property

Summary

Gets or sets a value that represents the angular amount to change the hue, in hundredths of degrees.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Hue { get; set; } 
Public Property Hue As Integer 
public int Hue {get; set;} 
@property (nonatomic, assign) NSInteger hue 
public int getHue() 
public void setHue(int value) 
             
 <br/>get_Hue();<br/>set_Hue(value);<br/>Object.defineProperty('Hue');  
public: 
property int Hue { 
   int get(); 
   void set (    int ); 
} 

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly