ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1HslColor Structure / C1HslColor Constructor / C1HslColor Constructor(Color)
RGB color used to initialize the HSL color.

In This Topic
    C1HslColor Constructor(Color)
    In This Topic
    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