support icon indicating copy to clipboard operation
support copied to clipboard

[Feature] Make pybricks.parameters.Color subscriptable

Open laurensvalk opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. See https://github.com/orgs/pybricks/discussions/1660#discussioncomment-9644088

Describe the solution you'd like It would be nice if this worked:

h, s, v = sensor.hsv()

That's nice in Python, and also allows it to be unpacked with blocks.

Describe alternatives you've considered Write a Python utility that the user imports.

laurensvalk avatar Jun 03 '24 07:06 laurensvalk