Method Colors.rgb_to_hsv()
- Method rgb_to_hsv
array
(int(8bit)
) rgb_to_hsv(array
(int(8bit)
)rgb
)
array
(int(8bit)
) rgb_to_hsv(int(8bit)
r
,int(8bit)
g
,int(8bit)
b
)- Description
This function returns the HSV value of the color described by the provided RGB value. It is essentially calling Image.Color.rgb(r,g,b)->hsv().
- See also