doc/parameters/Color: sort colors by hue/value

This commit is contained in:
Laurens Valk
2020-08-10 11:39:56 +02:00
parent c987bc2f80
commit 70ffbfa4f3
2 changed files with 18 additions and 14 deletions
+1 -14
View File
@@ -28,20 +28,7 @@ class _PybricksEnum(_Enum, metaclass=_PybricksEnumMeta):
class Color(_PybricksEnum):
"""Light or surface color.
.. data:: BLACK
.. data:: BLUE
.. data:: GREEN
.. data:: YELLOW
.. data:: RED
.. data:: WHITE
.. data:: ORANGE
.. data:: VIOLET
.. data:: MAGENTA
.. data:: CYAN
.. data:: GRAY
"""
"""Light or surface color."""
BLACK = 1
BLUE = 2