colour.notation.munsell_value_Munsell1933

colour.notation.munsell_value_Munsell1933(Y)[source]

Returns the Munsell value \(V\) of given luminance \(Y\) using Munsell et alii (1933) method.

Parameters:Y (numeric or array_like) – luminance \(Y\).
Returns:Munsell value \(V\).
Return type:numeric or ndarray

Notes

  • Input Y is in domain [0, 100].
  • Output V is in range [0, 10].

References

Examples

>>> munsell_value_Munsell1933(10.08)  
3.7918355...