Tristimulus

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

WhitePointThe default reference white point.

Properties

XThe X tristimulus value.
YThe Y tristimulus value.
ZThe Z tristimulus value.
Item[int]Gets or sets the component at the specified index.

Constructors

TristimulusCreates a new tristimulus tuple with the given values.

Methods

EqualsDetermines if the tristimulus values are equal to another.
GetHashCodeReturns the hash code of the tristimulus values.
ToStringConverts the tristimulus values to a string.
ToXYZConverts the tristimulus values to CIEXYZ components.

Operators

Equality
Inequality
Multiply