Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Create Method (RasterHsvColor)








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( 
   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 = RasterHsvColor.Create(h, s, v)
public static RasterHsvColor Create( 
   int h,
   int s,
   int v
)
+ (instancetype)colorWithH:(NSInteger)h 
                         s:(NSInteger)s 
                         v:(NSInteger)v
            
 function Leadtools.RasterHsvColor.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

The RasterHsvColor object this method creates.
Remarks

This method does not support signed images.

Requirements

Target Platforms

See Also

Reference

RasterHsvColor Structure
RasterHsvColor Members

Error processing SSI file