Script:System/colors.js
From Spherical
The system script colors.js consists of eight Sphere color objects that represent the eight standard colors:
- Black
- White
- Red
- Green
- Blue
- Cyan
- Magenta
- Yellow
Usage
RequireSystemScript("colors.js");
Example
RequireSystemScript("colors.js");
Rectangle(0, 0, 100, 100, Magenta);
FlipScreen();