SvgColor Constructor(HslColor)
In This Topic
Initializes a new instance of the
SvgColor struct from the
GrapeCity.Documents.Drawing.HslColor value.
Syntax
'Declaration
Public Function New( _
ByVal As HslColor _
)
public SvgColor(
HslColor
)
Parameters
- hsl
See Also