pixel(x, y) -> [r, g, b, a]
Read a single pixel color from the current active painting buffer.
| Name | Type | Required | Description |
|---|---|---|---|
x, y |
number | yes | Pixel coordinates. |
[r, g, b, a]
No additional runtime notes yet.
No additional details yet.