Tristimulus Constructor
Constructor in Tristimulus
Declaration
public Tristimulus(float X, float Y, float Z)
Description
Creates a new tristimulus tuple with the given values.
Parameters
X | The X tristimulus value. |
Y | The Y tristimulus value. |
Z | The Z tristimulus value. |
Overload
Declaration
public Tristimulus(Tristimulus other)
Description
Creates a new copy of the values.
Parameters
other | The other values to copy. |