colour.notation.munsell_value_Saunderson1944

colour.notation.munsell_value_Saunderson1944(Y)[source]

Returns the Munsell value \(V\) of given luminance \(Y\) using Saunderson and Milner (1944) method.

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

Notes

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

References

Examples

>>> munsell_value_Saunderson1944(10.08)  
3.6865080...