←Select platform

RasterHsvColor Constructor(int,int,int)

Summary
Constructs a new RasterHsvColor object from the specified h, s, and v values.
Syntax
C#
VB
Objective-C
C++
Java
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.