Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / HslColor Structure / HslColor Constructor / HslColor Constructor(Color)

In This Topic
    HslColor Constructor(Color)
    In This Topic
    Initializes a new instance of the HslColor struct from a System.Drawing.Color value.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal color As System.Drawing.Color _
    )
    public HslColor( 
       System.Drawing.Color color
    )

    Parameters

    color
    See Also