You are reading documentation for the unreleased version of Matplotlib. Try searching for the released version of this page instead?
Version 2.0.0b1.post7580.dev0+ge487118
matplotlib
Fork me on GitHub

Table Of Contents

This Page

matplotlib.colors.rgb_to_hsv

matplotlib.colors.rgb_to_hsv(arr)

convert float rgb values (in the range [0, 1]), in a numpy array to hsv values.

Parameters:

arr : (…, 3) array-like

All values must be in the range [0, 1]

Returns:

hsv : (…, 3) ndarray

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

Examples using matplotlib.colors.rgb_to_hsv