ComponentOne FinancialChart for WPF
C1.WPF 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 Color _
    )
    'Usage
     
    
    Dim rgbColor As Color
     
    Dim instance As New C1HslColor(rgbColor)
    public C1HslColor( 
       Color rgbColor
    )
    public:
    C1HslColor( 
       Color rgbColor
    )

    Parameters

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