ColorHSL Constructor (Double, Double, Double) |
Constructs a new instance of ColorHSL with custom channel values.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic ColorHSL(
double hue,
double saturation,
double luminance
)
Public Sub New (
hue As Double,
saturation As Double,
luminance As Double
)
Parameters
- hue
- Type: SystemDouble
Hue channel value. Hue channels rotate between 0.0 and 1.0. - saturation
- Type: SystemDouble
Saturation channel value. Channel will be limited to 0~1. - luminance
- Type: SystemDouble
Luminance channel value. Channel will be limited to 0~1.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also