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

illuminantThe illuminant to get the white point of.
observerThe standard observer to use.
scaleThe scale to use for the output values.

Returns

TristimulusThe white point tristimulus values of the illuminant.