This section describes the Lua functions provided by the Draw and Overlay transform engines.
| Function | Description |
|---|---|
| drawEllipse | Draws an ellipse. |
| drawLine | Draws a line. |
| drawPolygon | Draws a polygon. |
| drawRectangle | Draws a rectangle. |
| rgb | Returns a color object that can be passed into other drawing functions. |
|
|