LEADTOOLS (Leadtools assembly)

Create_ObjectiveC Method (RasterHsvColor)

Show in webframe







The hue value.
The saturation value.
The value value.
Creates a new RasterHsvColor object from the specified h, s, and v values.
Syntax
public static RasterHsvColor Create_ObjectiveC( 
   int h,
   int s,
   int v
)
'Declaration
 
Public Shared Function Create_ObjectiveC( _
   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 = RasterHsvColor.Create_ObjectiveC(h, s, v)
public static RasterHsvColor Create_ObjectiveC( 
   int h,
   int s,
   int v
)
+(id)colorWithH:(int)h 
              s:(int)s 
              v:(int)v;
            

            
 function Leadtools.RasterHsvColor.Create_ObjectiveC( 
   h ,
   s ,
   v 
)
public:
static RasterHsvColor Create_ObjectiveC( 
   int h,
   int s,
   int v
) 

Parameters

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

Return Value

The RasterHsvColor object this method creates.
Remarks

This method does not support signed images.

Requirements

Target Platforms

See Also

Reference

RasterHsvColor Structure
RasterHsvColor Members

 

 


Products | Support | Contact Us | Copyright Notices

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