munsell2luminance#

stimupy.utils.color_conversions.munsell2luminance(munsell_values, reference_white)#

Transform Munsell values to luminance values. The luminance values will be in the same unit as the reference white, which can be arbitrary as long as the scale is linear.

Parameters:
  • munsell_values (numpy-array)

  • reference_white (number)

Returns:

  • lum_values (numpy-array)

  • Reference (H. Pauli, “Proposed extension of the CIE recommendation)

  • on ‘Uniform color spaces, color difference equations, and metric color

  • terms’,” J. Opt. Soc. Am. 66, 866-867 (1976)