LEADTOOLS (Leadtools assembly)

RasterHsvColor Constructor(Int32,Int32,Int32)

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 RasterHsvColor( 
   int h,
   int s,
   int v
)
'Declaration
 
Public Function New( _
   ByVal h As Integer, _
   ByVal s As Integer, _
   ByVal v As Integer _
)
'Usage
 
Dim h As Integer
Dim s As Integer
Dim v As Integer
 
Dim instance As New RasterHsvColor(h, s, v)
public RasterHsvColor( 
   int h,
   int s,
   int v
)
-(id)initWithH:(int)h 
             s:(int)s 
             v:(int)v;
            
public RasterHsvColor(
  int h, 
  int s, 
  int v, 
  int reserved
)
            
function RasterHsvColor( 
   h ,
   s ,
   v 
)
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

See Also

Reference

RasterHsvColor Structure
RasterHsvColor Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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