Script:System/colors.js

From Spherical
Jump to: navigation, search

The system script colors.js consists of eight Sphere color objects that represent the eight standard colors:


Usage

RequireSystemScript("colors.js");


Colors defined by colors.js
White Red Green Blue
Black Magenta Yellow Cyan

Example

RequireSystemScript("colors.js");
Rectangle(0, 0, 100, 100, Magenta);
FlipScreen();