Skip to content

ColorHSV (Color)

Public Constructor

Constructs a new instance of ColorHSV that is equivalent to an ARGB color.

Namespace: Rhino.Display

Assembly: RhinoCommon (in RhinoCommon.dll)

**Since:**6.0

Syntax

public ColorHSV(
Color rgb
)

Parameters

rgb

Type:System.Drawing.Color
ARGB color to mimic.

Remarks

Exact conversions between color spaces are often not possible.