ColorLCH Constructor (Double, Double, Double) |
Constructs a new instance of ColorLCH with custom channel values.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic ColorLCH(
double lightness,
double chroma,
double hue
)
Public Sub New (
lightness As Double,
chroma As Double,
hue As Double
)
Parameters
- lightness
- Type: SystemDouble
Value of lightness channel. This channel is limited to 0~1. - chroma
- Type: SystemDouble
Value of chroma channel. This channel is limited to -1~1. - hue
- Type: SystemDouble
Value of chroma channel. This channel is limited to 0~360.
See Also