LEADTOOLS (Leadtools assembly)

Create Method (RasterHsvColorHelper)

Show in webframe







The hue value.
The saturation value.
The value value.
Constructs a new RasterHsvColor object from the specified h, s, and v values.
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

See Also

Reference

RasterHsvColorHelper Class
RasterHsvColorHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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