Constructs a new
RasterHsvColor object from the specified h, s, and v values.
public static RasterHsvColor Create(
int ,
int ,
int
)
'Declaration
Public Shared Function Create( _
ByVal As Integer, _
ByVal As Integer, _
ByVal 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 ,
int ,
int
)
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.