←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
Objective-C
C++
Java
public int Hue { get; set; } 
Public Property Hue As Integer 
@property (nonatomic, assign) NSInteger hue 
public int getHue() 
public void setHue(int value) 
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 to 18000. This value is divided internally by 100.

Example

Refer to ColorReplaceCommand.

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.