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