ColorLCH Constructor (Double, Double, Double)

ColorLCH Constructor (Double, Double, Double)

Constructs a new instance of ColorLCH with custom channel values.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
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.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also