XYZ color values of standard illuminants
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.
Return the XYZ color space representation of the default white reference
illuminant, 'icc'.
wp_icc = whitepoint
wp_icc =
0.9642 1.0000 0.8249Note that the second element, corresponding to the Y value, is 1.
Return the XYZ color space representation of the 'd65' white
reference illuminant.
wp_d65 = whitepoint('d65')
wp_d65 =
0.9504 1.0000 1.0888applycform | makecform | xyz2double | xyz2lab | xyz2rgb | xyz2uint16