CIEXYZ Constructor
Constructor in CIEXYZ
Declaration
public CIEXYZ(float X, float Y, float Z)Description
Creates new CIE XYZ components from the given values.
Parameters
| X | A mix of cone response curves chosen to be orthogonal to luminance and non-negative in the range [0..95.047]. |
| Y | The luminance component of the color in the range [0..100]. |
| Z | Somewhat equal to blue, or the "S" cone response in the range [0..108.883]. |
Overload
Declaration
public CIEXYZ(CIEXYZ other)Description
Creates a new copy of the components.
Parameters
| other | The other components to copy. |
Overload
Declaration
public CIEXYZ(Tristimulus tristimulus)Description
Creates new CIE XYZ components from the given tristimulus values.
Parameters
| tristimulus | The XYZ tristimulus values. |
Overload
Declaration
public CIEXYZ(Color color)Description
Creates new CIE XYZ components from the given color.
Parameters
| color | The color to extract the components from. |