RhinoCommon API
ColorLCH Constructor (Double, Double, Double) |
Constructs a new instance of ColorLCH with custom channel values.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)

public 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.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14