matplotlib.colors
matplotlib.colors.
hsv_to_rgb
Convert hsv values to rgb.
hsv : (..., 3) array-like
All values assumed to be in range [0, 1]
rgb : (..., 3) ndarray
Colors converted to RGB values in range [0, 1]