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

Domain Scale - Reference Scale - 1
Y [0, 100] [0, 1]
Range Scale - Reference Scale - 1
V [0, 10] [0, 1]

References

[Wik07d]

Examples

>>> munsell_value_Saunderson1944(12.23634268)  # doctest: +ELLIPSIS
4.0444736...