Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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.
Constructs 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
)
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also