ink(color)
Set the current drawing color. Color can be a single number (0-255 for grayscale) or an array [r,g,b,a].
| Name | Type | Required | Description |
|---|---|---|---|
color |
number | string | array | yes | Next draw color for primitives and text. |
paintApi
No additional runtime notes yet.
No additional details yet.