C#
VB
Objective-C
C++
Creates a new RasterHsvColor object from the specified h, s, and v values.
public static Leadtools.RasterHsvColor Create(
int h,
int s,
int v
)
Public Shared Function Create( _
ByVal h As Integer, _
ByVal s As Integer, _
ByVal v As Integer _
) As Leadtools.RasterHsvColor
public:
static Leadtools.RasterHsvColor Create(
int h,
int s,
int v
)
h
The hue value.
s
The saturation value.
v
The value value.
The RasterHsvColor object this method creates.
This method does not support signed images.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET