ColorHSV Constructor (Color) |
Constructs a new instance of ColorHSV that is equivalent to an ARGB color.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntaxpublic ColorHSV(
Color rgb
)
Public Sub New (
rgb As Color
)
Parameters
- rgb
- Type: System.DrawingColor
ARGB color to mimic.
RemarksExact conversions between color spaces are often not possible.
See Also