Tristimulus
Struct in Zigurous.ColorPro
Implements IEquatable<T>
Declaration
[Serializable]
public struct Tristimulus
Description
Tristimulus system, a system for visually matching a color under standardized conditions against the three primary colors — red, green, and blue; the three results are expressed as X, Y, and Z, respectively, and are called tristimulus values.
Static Properties
WhitePoint | The default reference white point. |
Properties
X | The X tristimulus value. |
Y | The Y tristimulus value. |
Z | The Z tristimulus value. |
Item[int] | Gets or sets the component at the specified index. |
Constructors
Tristimulus | Creates a new tristimulus tuple with the given values. |
Methods
Equals | Determines if the tristimulus values are equal to another. |
GetHashCode | Returns the hash code of the tristimulus values. |
ToString | Converts the tristimulus values to a string. |
ToXYZ | Converts the tristimulus values to CIEXYZ components. |
Operators
Equality | |
Inequality | |
Multiply |