Skip to content

ColorXYZ . (ColorXYZ to Color)

Implicitly converts a XYZ color into a .Net library color.

Namespace: Rhino.Display

Assembly: RhinoCommon (in RhinoCommon.dll)

Syntax

public static implicit operator Color (
ColorXYZ xyz
)

Parameters

xyz

Type: Rhino.Display.ColorXYZ
A XYZ color.

Return Value

Type:Color
A ARGB .Net library color.