Initializes a new instance of the
C1HslColor struct.
Syntax
'Declaration
Public Function New( _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single _
)
public C1HslColor(
System.float ,
System.float ,
System.float
)
Parameters
- h
- Hue is a value between 0 and 1.
- s
- Saturation is a value between 0 and 1.
- l
- Luminance is a value between 0 and 1.
See Also