colour.colorimetry.luminance_Newhall1943#

colour.colorimetry.luminance_Newhall1943(V: Annotated[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | complex | bytes | str | _NestedSequence[complex | bytes | str], 10]) Annotated[ndarray[tuple[Any, ...], dtype[float16 | float32 | float64]], 100][source]#

Compute the luminance \(R_Y\) from the specified Munsell value \(V\) using Newhall et al. (1943) method.

Parameters:

V (Annotated[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | complex | bytes | str | _NestedSequence[complex | bytes | str], 10]) – Munsell value \(V\).

Returns:

Luminance \(R_Y\).

Return type:

numpy.ndarray

Notes

Domain

Scale - Reference

Scale - 1

V

10

1

Range

Scale - Reference

Scale - 1

R_Y

100

1

References

[NNJ43]

Examples

>>> luminance_Newhall1943(4.08244375)
12.5500788...