| tag | what it does |
|---|
| bRRGGBB | sets a new background color(can only be declared at the start of the data) |
| | | creates a space in between frames |
| ; | is placed in between individual peices of content within the frame |
| lX1,Y1,X2,Y2 | creates a line(l) between the points X1,Y1,X2,Y2 |
| tX,Y,TEXT,SIZE | create an unique text object with text TEXT of size SIZE at X,Y |
| rX,Y,W,H | this will create a rectangle at X,Y with a width W and height H(x1,y1 always has to be greater than x2,y2) |
| oX,Y,W,H | this will create a oval at X,Y with a width W and height H |
| cRRGGBB | defines a new color on that frame, everything after that on the frame will be this color. Defaults to a green color and can be used a infinite amount vs. the background which can only be used once. |