Leadtools.ImageProcessing.Color Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ChangeHueSaturationIntensityCommandData Class
See Also  Members  



Defines the color range information used by the ChangeHueSaturationIntensityCommandclass.

Syntax

Visual Basic (Declaration) 
Public Class ChangeHueSaturationIntensityCommandData 
Visual Basic (Usage)Copy Code
Dim instance As ChangeHueSaturationIntensityCommandData
C# 
public class ChangeHueSaturationIntensityCommandData 
C++/CLI 
public ref class ChangeHueSaturationIntensityCommandData 

Example

Remarks

The hue values for the inner and outer ranges are expressed as degrees in the HSB color space. Values inside the inner range are changed fully and those within the outer range are changed partially.

Inheritance Hierarchy

System.Object
   Leadtools.ImageProcessing.Color.ChangeHueSaturationIntensityCommandData

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also