Files
pybricks-api/pybricks
Laurens Valk b974ead0dc api/common/ColorLight: drop hsv function
The on() method takes a color type, which is an HSV color, so a separate hsv method is not needed.

hub.light.on(Color.GREEN)
hub.light.on(Color(120))
hub.light.on(Color(h=120, s=100, 50))
2020-08-25 13:38:09 +02:00
..
2020-06-05 15:56:04 +02:00
2020-03-05 10:33:48 +01:00
2020-04-24 10:50:34 +02:00