mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
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))