←Select platform

RasterHsvColor Constructor(int,int,int)

Summary

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

Syntax

C#
VB
Java
Objective-C
C++
public RasterHsvColor( 
   int h, 
   int s, 
   int v 
) 
Public Function New( _ 
   ByVal h As Integer, _ 
   ByVal s As Integer, _ 
   ByVal v As Integer _ 
) 
- (instancetype)initWithH:(NSInteger)h  
                        s:(NSInteger)s  
                        v:(NSInteger)v 
             
public RasterHsvColor( 
  int h,  
  int s,  
  int v,  
  int reserved 
) 
             
public: 
RasterHsvColor(  
   int h, 
   int s, 
   int v 
) 

Parameters

h
The hue value.

s
The saturation value.

v
The value value.

Example

For an example, refer to RasterHsvColor

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