LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Create Method (RasterHsvColorHelper)






The hue value.
The saturation value.
The value value.
Constructs a new RasterHsvColor object from the specified h, s, and v values. .NET support WinRT support
Syntax
public static RasterHsvColor Create( 
   int h,
   int s,
   int v
)
'Declaration
 
Public Shared Function Create( _
   ByVal h As Integer, _
   ByVal s As Integer, _
   ByVal v As Integer _
) As RasterHsvColor
'Usage
 
Dim h As Integer
Dim s As Integer
Dim v As Integer
Dim value As RasterHsvColor
 
value = RasterHsvColorHelper.Create(h, s, v)
public static RasterHsvColor Create( 
   int h,
   int s,
   int v
)
 function Leadtools.RasterHsvColorHelper.Create( 
   h ,
   s ,
   v 
)
public:
static RasterHsvColor Create( 
   int h,
   int s,
   int v
) 

Parameters

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

Return Value

A new RasterHsvColor object from the specified h, s, and v values.
Example
For an example, refer to RasterHsvColor
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterHsvColorHelper Class
RasterHsvColorHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.