colour.notation.munsell_value_Saunderson1944#
- colour.notation.munsell_value_Saunderson1944(Y: Domain100) Range10[source]#
Compute the Munsell value \(V\) from the specified luminance \(Y\) using Saunderson and Milner (1944) method.
- Parameters:
Y (Domain100) – Luminance \(Y\).
- Returns:
Munsell value \(V\).
- Return type:
np.floatornumpy.NDArrayFloat
Notes
Domain
Scale - Reference
Scale - 1
Y100
1
Range
Scale - Reference
Scale - 1
V10
1
References
Examples
>>> munsell_value_Saunderson1944(12.23634268) 4.0444736...