ComponentOne Basic Library for WPF and Silverlight
Hue Property (C1HslColor)


C1.WPF Namespace > C1HslColor Structure : Hue Property
Gets or sets the hue of the color.
Syntax
'Declaration
 
Public Property Hue As System.Single
'Usage
 
Dim instance As C1HslColor
Dim value As System.Single
 
instance.Hue = value
 
value = instance.Hue
public System.float Hue {get; set;}
Remarks
Hue is a value between 0 and 1.
See Also

Reference

C1HslColor Structure
C1HslColor Members