ColorXYZ Constructor (Double, 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 alpha,
double x,
double y,
double z
)
Public Sub New (
alpha As Double,
x As Double,
y As Double,
z As Double
)
Parameters
- alpha
- Type: SystemDouble
Alpha channel value, channel will be limited to 0~1. - 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