Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
RasterHsvColor Constructor(Int32,Int32,Int32)
See Also 
Leadtools Namespace > RasterHsvColor Structure > RasterHsvColor Constructor : RasterHsvColor Constructor(Int32,Int32,Int32)




h
The hue value.
s
The saturation value.
v
The value value.
Contructs a new RasterHsvColor object from the specified h, s, and v values.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal h As Integer, _
   ByVal s As Integer, _
   ByVal v As Integer _
)
Visual Basic (Usage)Copy Code
Dim h As Integer
Dim s As Integer
Dim v As Integer
 
Dim instance As RasterHsvColor(h, s, v)
C# 
public RasterHsvColor( 
   int h,
   int s,
   int v
)
Managed Extensions for C++ 
public: RasterHsvColor( 
   int h,
   int s,
   int v
)
C++/CLI 
public:
RasterHsvColor( 
   int h,
   int s,
   int v
)

Parameters

h
The hue value.
s
The saturation value.
v
The value value.

Example

For an example, refer to RasterHsvColor

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