ComponentOne Basic Library for WPF and Silverlight
C1HslColor Constructor(Color)


C1.WPF Namespace > C1HslColor Structure > C1HslColor Constructor : C1HslColor Constructor(Color)
RGB color used to initialize the HSL color.
Initializes a new instance of the C1HslColor struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal rgbColor As System.Windows.Media.Color _
)
'Usage
 
Dim rgbColor As System.Windows.Media.Color
 
Dim instance As New C1HslColor(rgbColor)
public C1HslColor( 
   System.Windows.Media.Color rgbColor
)

Parameters

rgbColor
RGB color used to initialize the HSL color.
See Also

Reference

C1HslColor Structure
C1HslColor Members
Overload List