Click or drag to resize

ColorLCHCreateFromRGBA Method

Create the nearest LCH equivalent of an RGBA color.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.1
Syntax
public static ColorLCH CreateFromRGBA(
	ColorRGBA rgb
)

Parameters

rgb
Type: Rhino.DisplayColorRGBA
Target color in RGBA space.

Return Value

Type: ColorLCH
The LCH equivalent of the RGBA color.
See Also