https://bugs.kde.org/show_bug.cgi?id=524597
Bug ID: 524597
Summary: allow using named colors in turtle script
Classification: Applications
Product: kturtle
Version First unspecified
Reported In:
Platform: Other
OS: All
Status: REPORTED
Keywords: catreloaded-2026
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Problem:
Currently, TurtleScript requires writing RGB values to set a color, which might
be hard for beginners. For example, it requires `canvascolor 255, 0, 0`.
Solution:
Allow using named colors.
Example Usage:
```
pencolor "red"
canvascolor "lightblue"
```
--
You are receiving this mail because:
You are watching all bug changes.