vex.color_sensor.color_hue module¶
Color Hue.
- class vex.color_sensor.color_hue.ColorHue(value)[source]¶
Bases:
IntEnumColor Hue.
ROBOT MESH PYTHON B:
Defined color hue values.
robotmesh.com/studio/content/docs/vexiq-python_b/html/classvex_1_1_color_hue.html
- BLUE: int = 9¶
- BLUE_GREEN: int = 8¶
- BLUE_VIOLET: int = 10¶
- GREEN: int = 7¶
- NONE: int = 0¶
- ORANGE: int = 3¶
- RED: int = 1¶
- RED_ORANGE: int = 2¶
- RED_VIOLET: int = 12¶
- VIOLET: int = 11¶
- WHITE: int = 13¶
- YELLOW: int = 5¶
- YELLOW_GREEN: int = 6¶
- YELLOW_ORANGE: int = 4¶