ComponentOne Basic Library for WPF and Silverlight
C1HslColor Constructor(Single,Single,Single)


C1.WPF Namespace > C1HslColor Structure > C1HslColor Constructor : C1HslColor Constructor(Single,Single,Single)
Hue is a value between 0 and 1.
Saturation is a value between 0 and 1.
Luminance is a value between 0 and 1.
Initializes a new instance of the C1HslColor struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal h As System.Single, _
   ByVal s As System.Single, _
   ByVal l As System.Single _
)
'Usage
 
Dim h As System.Single
Dim s As System.Single
Dim l As System.Single
 
Dim instance As New C1HslColor(h, s, l)
public C1HslColor( 
   System.float h,
   System.float s,
   System.float l
)

Parameters

h
Hue is a value between 0 and 1.
s
Saturation is a value between 0 and 1.
l
Luminance is a value between 0 and 1.
See Also

Reference

C1HslColor Structure
C1HslColor Members
Overload List