Files
pybricks-api/pybricks
Laurens Valk 1eb75e24e7 api/parameters/Color: generalize color type
First step towards making a color type with HSV representation.

Colors such as Color.RED or Color.BLUE continue to exist, but now you
can also define your own colors:

DARK_RED = Color(h=0, s=100, v=50)
2020-08-12 12:18:24 +02:00
..
2020-07-07 09:50:36 +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