User's Manual
168 Chapter 3
•
•
•
•
•
Examples
#include "Sys/color.ms"
myColor = new RgbColor(0x1133aa);
print (myColor.red, myColor.green, myColor.blue);
myColor = new RgbColor();
myColor.red = 27;
myColor.green = 59;
myColor.blue = 255;
media = new Media();
media.makeCanvas(xs @ 100, ys @ 100, fillcolor @ myColor);
version()
Returns a string that is the current version of MediaScript.
Syntax
version();










