OpenRoberta / openroberta-lab

The programming environment »Open Roberta Lab« by Fraunhofer IAIS enables children and adolescents to program robots. A variety of different programming blocks are provided to program motors and sensors of the robot. Open Roberta Lab uses an approach of graphical programming so that beginners can seamlessly start coding. As a cloud-based application, the platform can be used without prior installation of specific software but runs in any popular browser, independent of operating system and device.
Apache License 2.0
124 stars 121 forks source link

wrong color in statuslight-color-picker for cyan #1575

Closed NiHoffmann closed 7 months ago

NiHoffmann commented 11 months ago

Valid statuslight-colors for used Version of Spike Prime are: 'azure', 'black', 'blue', 'cyan', 'green', 'orange', 'pink', 'red', 'violet', 'yellow', 'white' The Code Generation works fine, but cyan is displayed as a light green in the OpenrobertaLab. The Color Cyan gets in the Color-Picker should be changed. All other Colors are displayed correctly.

bjost2s commented 7 months ago

The color is not wrong, it is derived from the LEGO Education App: image

A change in the colors in blockly will break backward compatibility, which is not allowed.