ColorXYZ Constructor (Double, Double, Double) |
Constructs a new instance of ColorXYZ with custom channel values.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic ColorXYZ(
double x,
double y,
double z
)
Public Sub New (
x As Double,
y As Double,
z As Double
)
Parameters
- x
- Type: SystemDouble
X channel value, channel will be limited to 0~1. - y
- Type: SystemDouble
Y channel value, channel will be limited to 0~1. - z
- Type: SystemDouble
Z channel value, channel will be limited to 0~1.
See Also