←Select platform

H Property

Summary

Gets or sets the hue value.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public byte H { get; set; } 
Public Property H As Byte 
public byte H {get; set;} 
@property (nonatomic, assign) unsigned char h 
public byte getH() 
public void setH(byte value) 
             
 <br/>get_H();<br/>set_H(value);<br/>Object.defineProperty('H');  
public: 
property byte H { 
   byte get(); 
   void set (    byte ); 
} 

Property Value

The hue 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