L5 graphics mapping
Core drawing calls and their AC equivalents.
Parameters are not fully documented yet.
Not specified.
No additional runtime notes yet.
| L5 API | AC target | Status |
|---|---|---|
background() | $.wipe() | done |
fill()/stroke() | state + $.ink() | done |
line()/point() | $.line()/$.plot() | done |
rect()/circle()/ellipse() | $.box()/$.circle()/$.oval() | done |
beginShape()โฆ | $.shape()/$.poly() | planned |