colour.appearance.zcam.hue_quadrature#

colour.appearance.zcam.hue_quadrature(h: ArrayLike) NDArrayFloat[source]#

Compute the hue quadrature from the specified hue \(h\) angle in degrees.

Parameters:

h (ArrayLike) – Hue \(h\) angle in degrees.

Returns:

Hue quadrature.

Return type:

numpy.ndarray

Examples

>>> hue_quadrature(196.3185839)
np.float64(237.6052911...)