C#
VB
WinRT C#
C++
Constructs 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)
function Leadtools.RasterHsvColorHelper.Create(h ,s ,v)
public:static Leadtools.RasterHsvColor Create(int h,int s,int v)
h
The hue value.
s
The saturation value.
v
The value value.
A new RasterHsvColor object from the specified h, s, and v values.
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
