ComponentOne Basic Library for UWP
C1HslColor Constructor(Color)

C1.UWP Assembly > C1.Xaml 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 Windows.UI.Color _
)
public C1HslColor( 
   Windows.UI.Color rgbColor
)

Parameters

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

Reference

C1HslColor Structure
C1HslColor Members
Overload List