matplotlib.colors.rgb_to_hsv#

matplotlib.colors.rgb_to_hsv(arr)[source]#

Convert an array of float RGB values (in the range [0, 1]) to HSV values.

Parameters:
arr(..., 3) array-like

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

Returns:
(..., 3) ndarray

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

Examples using matplotlib.colors.rgb_to_hsv#

List of named colors

List of named colors

Style sheets reference

Style sheets reference