ColorLCH . (ColorLCH to Color)
Implicitly converts a LCH color into a .Net library color.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public static implicit operator Color ( ColorLCH lch)
Parameters
lch
Type: Rhino.Display.ColorLCH
A LCH color.
Return Value
Type:Color
A ARGB .Net library color.