Description Converts tristimulus components to chromaticity coordinates
Syntax TriStimulusToChromaticity X, Y, Z, xOut, yOut
Parameters X As Double The X tristimulus value.
Y As Double The Y tristimulus value.
Z As Double The Z tristimulus value.
xOut As Double Returns the x chromaticity coordinate.
yOut As Double Returns the y chromaticity coordinate.
Remarks This subroutine converts tristimulus components to chromaticity coordinates. It does not set any errors.
See Also
Examples
|