←Select platform

RasterHsvColor Constructor(Int32,Int32,Int32)

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize