whitepoint
XYZ color values of standard illuminants
Description
returns the XYZ value
corresponding to the default ICC white reference illuminant, scaled so that Y =
1.xyz
= whitepoint
returns the XYZ value corresponding to the white reference illuminant,
xyz
= whitepoint(illuminant
)illuminant
, scaled so that Y = 1.
Examples
Get XYZ Value of ICC Illuminant
Return the XYZ color space representation of the default white reference
illuminant, 'icc'
.
wp_icc = whitepoint
wp_icc = 0.9642 1.0000 0.8249
Note that the second element, corresponding to the Y value, is 1.
Get XYZ Value of d65 Illuminant
Return the XYZ color space representation of the 'd65'
white
reference illuminant.
wp_d65 = whitepoint('d65')
wp_d65 = 0.9504 1.0000 1.0888
Input Arguments
Output Arguments
Version History
Introduced before R2006a
See Also
applycform
| makecform
| xyz2double
| xyz2uint16
| xyz2lab
| xyz2rgb