ColorHSV Constructor (Double, Double, Double) |
Constructs a new instance of ColorHSV with custom channel values.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntaxpublic ColorHSV(
double hue,
double saturation,
double value
)
Public Sub New (
hue As Double,
saturation As Double,
value As Double
)
Parameters
- hue
- Type: SystemDouble
Hue channel value. Hue channels rotate between 0.0 and 1.0. - saturation
- Type: SystemDouble
Saturation channel value. Channel will be limited to 0~1. - value
- Type: SystemDouble
Value (Brightness) channel value. Channel will be limited to 0~1.
See Also