←Select platform

Create Method (RasterHsvColor)

Summary

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

Syntax

C#
VB
Objective-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 
+ (instancetype)colorWithH:(NSInteger)h  
                         s:(NSInteger)s  
                         v:(NSInteger)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

The RasterHsvColor object this method creates.

Remarks

This method does not support signed images.

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