colour.Hunter_Rdab_to_Hunter_RdCHab#

colour.Hunter_Rdab_to_Hunter_RdCHab(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 Hunter_Rdab colourspace to Hunter_RdCHab 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]) – Hunter_Rdab colourspace array.

Returns:

Hunter_RdCHab colourspace array.

Return type:

numpy.ndarray