IlluminantExtensions.GetWhitePoint
Extension Method in IlluminantExtensions
Declaration
public static Tristimulus GetWhitePoint(this Illuminant illuminant, StandardObserver observer = StandardObserver.Two, float scale = 100F)Description
Returns the white point tristimulus values of the illuminant while observed under a given standard observer. Values are usually scaled between 0 and 100.
Parameters
| illuminant | The illuminant to get the white point of. |
| observer | The standard observer to use. |
| scale | The scale to use for the output values. |
Returns
| Tristimulus | The white point tristimulus values of the illuminant. |