colour.colorimetry.luminance_ASTMD1535#
- colour.colorimetry.luminance_ASTMD1535(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 luminance \(Y\) from the specified Munsell value \(V\) using ASTM D1535-08e1 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 \(Y\).
- Return type:
Notes
Domain
Scale - Reference
Scale - 1
V10
1
Range
Scale - Reference
Scale - 1
Y100
1
References
Examples
>>> luminance_ASTMD1535(4.08244375) 12.2363426...