←Select platform

Create Method (RasterHsvColorHelper)

Summary

Constructs a new RasterHsvColor object from the specified h, s, and v values.

Syntax

C#
VB
WinRT C#
C++
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 
)  

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly