Script:System/colors.js

From Spherical
< Script:System
Revision as of 20:34, 2 August 2013 by Apollolux (talk | contribs) (color list to table)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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();