C1HslColor Constructor(Color)
In This Topic
Initializes a new instance of the
C1HslColor struct.
Syntax
'Declaration
Public Function New( _
ByVal As Color _
)
public C1HslColor(
Color
)
Parameters
- rgbColor
- RGB color used to initialize the HSL color.
See Also