colour.Luv_to_LCHuv#

colour.Luv_to_LCHuv(Jab: Annotated[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | complex | bytes | str | _NestedSequence[complex | bytes | str], 1]) Annotated[ndarray[tuple[Any, ...], dtype[float16 | float32 | float64]], 100, 100, 360]#

Convert from Luv colourspace to LCHuv colourspace.

This is a convenient definition wrapping colour.models.Jab_to_JCh() definition.

Parameters:

Jab (Annotated[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | complex | bytes | str | _NestedSequence[complex | bytes | str], 1]) – Luv colourspace array.

Returns:

LCHuv colourspace array.

Return type:

numpy.ndarray