ColorXYZ Constructor (Double, Double, Double)

ColorXYZ Constructor (Double, Double, Double)

Constructs a new instance of ColorXYZ with custom channel values.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public 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.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also