matplotlib.colors.hsv_to_rgb

matplotlib.colors.hsv_to_rgb(hsv)

convert hsv values in a numpy array to rgb values all values assumed to be in range [0, 1]

Parameters:

hsv : (…, 3) array-like

All values assumed to be in range [0, 1]

Returns:

rgb : (…, 3) ndarray

Colors converted to RGB values in range [0, 1]

© 2012–2017 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
http://matplotlib.org/2.1.0/api/_as_gen/matplotlib.colors.hsv_to_rgb.html