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

In This Topic
    HslColor Constructor(Int32)
    In This Topic
    Initializes a new instance of the HslColor struct from a 32-bit ARGB value.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal argb As System.Integer _
    )
    public HslColor( 
       System.int argb
    )

    Parameters

    argb
    See Also